fc5ea05cfd
I've asked upstream to update their cabal file, but until then we'll need both versions. :-( svn path=/nixpkgs/trunk/; revision=28021
12 lines
254 B
Nix
12 lines
254 B
Nix
{cabal}:
|
|
|
|
cabal.mkDerivation (self : {
|
|
pname = "polyparse";
|
|
version = "1.4";
|
|
sha256 = "6e599fb0771e8ce2e1d3a3bbe5eddc2d77b2b4bbb54602f01005dc55dc039d44";
|
|
meta = {
|
|
description = "A variety of alternative parser combinator libraries";
|
|
};
|
|
})
|
|
|