haskell-highlighting-kate: updated to version 0.5.0.4

svn path=/nixpkgs/trunk/; revision=32244
This commit is contained in:
Peter Simons 2012-02-13 09:02:04 +00:00
parent b6922cc2ae
commit 1f346f4781

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "highlighting-kate";
version = "0.5.0.2";
sha256 = "012hr5ci9j4fwnrc1ypx6ca562vzqlfk5phjs4xl3llxv8afdhgl";
version = "0.5.0.4";
sha256 = "1kn73gcjhndb5wbdy9hbjgar1bdcmy8cy831ib4ik1fn62zmvxrf";
isLibrary = true;
isExecutable = true;
buildDepends = [ blazeHtml mtl parsec regexPcreBuiltin ];