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