1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-17 17:42:45 +00:00

haskell-cpphs: revert update to version 1.13

The new version doesn't compile. I've reported the problem upstream.

svn path=/nixpkgs/trunk/; revision=29501
This commit is contained in:
Peter Simons 2011-09-26 16:33:15 +00:00
parent 8f8d3f1747
commit acb52d79bf

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "cpphs";
version = "1.13";
sha256 = "0igk4210vsskcx3zn97rx0q4prxd2ri3yl787dn4ladn0zm676iq";
version = "1.12";
sha256 = "18c8yx8y54b2q086sqlp4vhslkb7mm1gry1f13mki43x93kd1vdj";
isLibrary = true;
isExecutable = true;
meta = {