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";
|
2013-05-30 11:01:47 +02:00
|
|
|
version = "0.7.0.0";
|
|
|
|
sha256 = "0ljsr4yy3pb4cjg9dcgfcs9rn1ihg3xi9ak5p3h3kw3w19d1hsaq";
|
2013-02-28 11:31:49 +01:00
|
|
|
buildDepends = [
|
|
|
|
blazeBuilder digestiveFunctors heist mtl text xmlhtml
|
|
|
|
];
|
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;
|
|
|
|
};
|
|
|
|
})
|