nixpkgs/pkgs/development/libraries/haskell/compdata/default.nix

26 lines
764 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2014-05-23 14:54:46 +00:00
{ cabal, deepseq, derive, HUnit, mtl, QuickCheck, testFramework
, testFrameworkHunit, testFrameworkQuickcheck2, thExpandSyns
, transformers, treeView
2014-05-23 14:54:46 +00:00
}:
cabal.mkDerivation (self: {
pname = "compdata";
version = "0.9";
sha256 = "1wk9vj834l3fc64fcsrgc9hz5f2z7461hs8lv1ldkfsixx4mxyqc";
2014-05-23 14:54:46 +00:00
buildDepends = [
deepseq derive mtl QuickCheck thExpandSyns transformers treeView
2014-05-23 14:54:46 +00:00
];
testDepends = [
deepseq derive HUnit mtl QuickCheck testFramework
testFrameworkHunit testFrameworkQuickcheck2 thExpandSyns
transformers
];
meta = {
description = "Compositional Data Types";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})