3
0
Fork 0
forked from mirrors/nixpkgs

haskell-highlighting-kate: update to version 0.5.5

This commit is contained in:
Peter Simons 2013-07-23 10:51:57 +02:00
parent fad190185b
commit 3f2d39e421

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "highlighting-kate";
version = "0.5.4";
sha256 = "0khwhhcjvhsh92b420bylx4c1ahpvk6c50s8y6bacfwfq71ydwmb";
version = "0.5.5";
sha256 = "0ypxlsfh9xdpnxp6j7wy7q7ymhmxfgwrqi4c08zwf8xy5sfvahs9";
isLibrary = true;
isExecutable = true;
buildDepends = [ blazeHtml filepath mtl parsec regexPcre ];