1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 22:50:49 +00:00
nixpkgs/pkgs/development/libraries/haskell/cheapskate/default.nix
2014-12-13 12:06:03 +01:00

25 lines
715 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, blazeHtml, dataDefault, httpTypes, mtl, syb, text
, uniplate, wai, waiExtra, xssSanitize
}:
cabal.mkDerivation (self: {
pname = "cheapskate";
version = "0.1.0.2";
sha256 = "1bz3zi2w5vm128csg21swcz4cm7h8ybqylpknr4fnyxmg3gxdd7d";
isLibrary = true;
isExecutable = true;
buildDepends = [
aeson blazeHtml dataDefault httpTypes mtl syb text uniplate wai
waiExtra xssSanitize
];
jailbreak = true;
meta = {
homepage = "http://github.com/jgm/cheapskate";
description = "Experimental markdown processor";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})