haskell-highlighting-kate: update to version 0.5.3.7

This commit is contained in:
Peter Simons 2013-02-21 16:13:05 +01:00
parent d81088839f
commit ccec03edc4

View File

@ -2,12 +2,11 @@
cabal.mkDerivation (self: {
pname = "highlighting-kate";
version = "0.5.3.6";
sha256 = "0ypgw56gaa2hvh05ks079lfcaaynki3da471g39f23m3scgkawlr";
version = "0.5.3.7";
sha256 = "04wa1al83v5ak6gvrwqy2b63mda0qfi2ircxfs9ddk1gkdscrlrl";
isLibrary = true;
isExecutable = true;
buildDepends = [ blazeHtml filepath mtl parsec regexPcre ];
jailbreak = true;
prePatch = "sed -i -e 's|regex-pcre-builtin|regex-pcre|' highlighting-kate.cabal";
meta = {
homepage = "http://github.com/jgm/highlighting-kate";