2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-03-19 10:44:24 +00:00
|
|
|
{ cabal, mtl, QuickCheck, tagshare }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "testing-feat";
|
2014-04-17 20:13:31 +01:00
|
|
|
version = "0.4.0.2";
|
|
|
|
sha256 = "15gi6w7p4alnih9grklhhr8338y1aal07admbz4n2f724hnhyb2j";
|
2014-03-19 10:44:24 +00:00
|
|
|
buildDepends = [ mtl QuickCheck tagshare ];
|
|
|
|
meta = {
|
|
|
|
description = "Functional Enumeration of Algebraic Types";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|