nixpkgs-suyu/pkgs/development/libraries/haskell/interpolate/default.nix

21 lines
569 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, haskellSrcMeta, hspec, QuickCheck, quickcheckInstances
, text
2014-03-04 15:01:35 +01:00
}:
cabal.mkDerivation (self: {
pname = "interpolate";
version = "0.1.0";
sha256 = "0wlc10qd1bq3xj64a3yq2gzds9kas9zyylkm9kxd46gy35fns6id";
2014-03-04 15:01:35 +01:00
buildDepends = [ haskellSrcMeta ];
testDepends = [
haskellSrcMeta hspec QuickCheck quickcheckInstances text
2014-03-04 15:01:35 +01:00
];
meta = {
description = "String interpolation done right";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
};
})