2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-08-28 17:13:17 +01:00
|
|
|
{ cabal, blazeHtml, Diff, filepath, mtl, parsec, regexPcre
|
|
|
|
, utf8String
|
|
|
|
}:
|
2009-07-18 16:25:28 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2009-07-18 16:25:28 +01:00
|
|
|
pname = "highlighting-kate";
|
2014-11-12 23:38:48 +00:00
|
|
|
version = "0.5.11";
|
|
|
|
sha256 = "0jfgz4cyn6fylfrsk1yi0fykir8mhxdniq80h7hy5i2xv7qwf5vw";
|
2011-08-10 00:00:20 +01:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2014-05-15 15:08:52 +01:00
|
|
|
buildDepends = [
|
|
|
|
blazeHtml filepath mtl parsec regexPcre utf8String
|
|
|
|
];
|
2014-08-28 17:13:17 +01:00
|
|
|
testDepends = [ blazeHtml Diff filepath ];
|
2014-05-15 21:45:03 +01:00
|
|
|
prePatch = "sed -i -e 's|regex-pcre-builtin >= .*|regex-pcre|' highlighting-kate.cabal";
|
2009-07-18 16:25:28 +01:00
|
|
|
meta = {
|
2011-08-07 19:23:27 +01:00
|
|
|
homepage = "http://github.com/jgm/highlighting-kate";
|
2009-07-18 16:25:28 +01:00
|
|
|
description = "Syntax highlighting";
|
2011-08-07 19:23:27 +01:00
|
|
|
license = "GPL";
|
2011-08-09 10:54:50 +01:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2009-07-18 16:25:28 +01:00
|
|
|
};
|
2011-03-28 16:04:00 +01:00
|
|
|
})
|