2013-02-28 10:31:49 +00:00
|
|
|
{ cabal, blazeBuilder, digestiveFunctors, heist, mtl, text, xmlhtml
|
|
|
|
}:
|
2012-07-27 06:33:01 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "digestive-functors-heist";
|
2014-03-07 22:13:01 +00:00
|
|
|
version = "0.8.5.0";
|
|
|
|
sha256 = "0pjjr3b1zm23wpqnmcbr8ly08bp63sz3c9vbxcani4mwgx05qp87";
|
2013-02-28 10:31:49 +00:00
|
|
|
buildDepends = [
|
|
|
|
blazeBuilder digestiveFunctors heist mtl text xmlhtml
|
|
|
|
];
|
2013-09-08 21:52:39 +01:00
|
|
|
jailbreak = true;
|
2012-07-27 06:33:01 +01: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;
|
|
|
|
};
|
|
|
|
})
|