haskell-highlighting-kate: update to version 0.5.8.1

This commit is contained in:
Peter Simons 2014-05-15 16:08:52 +02:00
parent 6412e24b6a
commit 8403401120

View file

@ -1,12 +1,14 @@
{ cabal, blazeHtml, filepath, mtl, parsec, regexPcre }:
{ cabal, blazeHtml, filepath, mtl, parsec, regexPcre, utf8String }:
cabal.mkDerivation (self: {
pname = "highlighting-kate";
version = "0.5.6.1";
sha256 = "0hwzybihx5znd2z00kqcffqmng7vwynmav0x0zf2b9g415c2lx23";
version = "0.5.8.1";
sha256 = "10hbsra6ifjj765shf6x4c8kgb5bmv3zcgya3lcswvwa9xn78h9p";
isLibrary = true;
isExecutable = true;
buildDepends = [ blazeHtml filepath mtl parsec regexPcre ];
buildDepends = [
blazeHtml filepath mtl parsec regexPcre utf8String
];
jailbreak = true;
prePatch = "sed -i -e 's|regex-pcre-builtin|regex-pcre|' highlighting-kate.cabal";
meta = {