Keep polyparse 1.4 around because haskell-graphviz depends on the older version.

I've asked upstream to update their cabal file, but until then we'll
need both versions. :-(

svn path=/nixpkgs/trunk/; revision=28021
This commit is contained in:
Peter Simons
2011-07-31 15:33:55 +00:00
parent 5e6506c4d0
commit fc5ea05cfd
3 changed files with 17 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
{cabal}:
cabal.mkDerivation (self : {
pname = "polyparse";
version = "1.4";
sha256 = "6e599fb0771e8ce2e1d3a3bbe5eddc2d77b2b4bbb54602f01005dc55dc039d44";
meta = {
description = "A variety of alternative parser combinator libraries";
};
})