nixpkgs/pkgs/development/libraries/haskell/highlighting-kate/default.nix
2014-08-09 13:49:24 +02:00

22 lines
686 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, blazeHtml, filepath, mtl, parsec, regexPcre, utf8String }:
cabal.mkDerivation (self: {
pname = "highlighting-kate";
version = "0.5.8.5";
sha256 = "0xynbxffjp44189zzqx30wabbrj83mvjl3mj1i5lag1h945yp1nk";
isLibrary = true;
isExecutable = true;
buildDepends = [
blazeHtml filepath mtl parsec regexPcre utf8String
];
prePatch = "sed -i -e 's|regex-pcre-builtin >= .*|regex-pcre|' highlighting-kate.cabal";
meta = {
homepage = "http://github.com/jgm/highlighting-kate";
description = "Syntax highlighting";
license = "GPL";
platforms = self.ghc.meta.platforms;
};
})