2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-02-28 11:31:49 +01:00
|
|
|
{ cabal, blazeBuilder, digestiveFunctors, heist, mtl, text, xmlhtml
|
|
|
|
}:
|
2012-07-27 07:33:01 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "digestive-functors-heist";
|
2014-10-19 14:19:02 +02:00
|
|
|
version = "0.8.6.1";
|
|
|
|
sha256 = "1l8ppn2h1nxzn5wxnglc2fyi7r90177v75yf4n7cyvzrcxdaz4bb";
|
2013-02-28 11:31:49 +01:00
|
|
|
buildDepends = [
|
|
|
|
blazeBuilder digestiveFunctors heist mtl text xmlhtml
|
|
|
|
];
|
2013-09-08 22:52:39 +02:00
|
|
|
jailbreak = true;
|
2012-07-27 07:33:01 +02:00
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/jaspervdj/digestive-functors";
|
|
|
|
description = "Heist frontend for the digestive-functors library";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|