mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
haskell-highlighting-kate: updated to version 0.5.0.4
svn path=/nixpkgs/trunk/; revision=32244
This commit is contained in:
parent
b6922cc2ae
commit
1f346f4781
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "highlighting-kate";
|
pname = "highlighting-kate";
|
||||||
version = "0.5.0.2";
|
version = "0.5.0.4";
|
||||||
sha256 = "012hr5ci9j4fwnrc1ypx6ca562vzqlfk5phjs4xl3llxv8afdhgl";
|
sha256 = "1kn73gcjhndb5wbdy9hbjgar1bdcmy8cy831ib4ik1fn62zmvxrf";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ blazeHtml mtl parsec regexPcreBuiltin ];
|
buildDepends = [ blazeHtml mtl parsec regexPcreBuiltin ];
|
||||||
|
|
Loading…
Reference in a new issue