2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-05-15 16:08:52 +02:00
|
|
|
{ cabal, blazeHtml, 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-06-20 15:05:53 +02:00
|
|
|
version = "0.5.8.3";
|
|
|
|
sha256 = "03x9vp6mvk9hxs92cmy42aqiyh4prnh343xg36znyjii6xw2x3mf";
|
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-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;
|
2013-05-11 00:36:36 +02:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2009-07-18 17:25:28 +02:00
|
|
|
};
|
2011-03-28 17:04:00 +02:00
|
|
|
})
|