2013-01-04 19:17:21 +01:00
|
|
|
{ cabal, digestiveFunctors, heist, mtl, text, xmlhtml }:
|
2012-07-27 07:33:01 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "digestive-functors-heist";
|
2013-01-04 19:17:21 +01:00
|
|
|
version = "0.5.1.1";
|
|
|
|
sha256 = "0jdg35xrikqg3r0rziv71g619vnmn8fzsv63b73m72fbj5xvy881";
|
|
|
|
buildDepends = [ 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;
|
|
|
|
};
|
|
|
|
})
|