2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-05-30 02:01:47 -07:00
|
|
|
{ cabal, HUnit, mtl, QuickCheck, testFramework, testFrameworkHunit
|
2013-12-14 02:30:18 -08:00
|
|
|
, testFrameworkQuickcheck2, text, time
|
2013-05-30 02:01:47 -07:00
|
|
|
}:
|
2012-07-26 21:23:28 -07:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "digestive-functors";
|
2014-05-15 07:08:30 -07:00
|
|
|
version = "0.7.1.1";
|
|
|
|
sha256 = "161461y8gil2922gx6kdc59g50ywk9nk74gkxl0yrwvz80a118c9";
|
2013-12-14 02:30:18 -08:00
|
|
|
buildDepends = [ mtl text time ];
|
2013-05-30 02:01:47 -07:00
|
|
|
testDepends = [
|
|
|
|
HUnit mtl QuickCheck testFramework testFrameworkHunit
|
2013-12-14 02:30:18 -08:00
|
|
|
testFrameworkQuickcheck2 text time
|
2013-05-30 02:01:47 -07:00
|
|
|
];
|
2013-05-30 02:17:40 -07:00
|
|
|
jailbreak = true;
|
2012-07-26 21:23:28 -07:00
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/jaspervdj/digestive-functors";
|
|
|
|
description = "A practical formlet library";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|