haskell-polyparse: updated to version 1.7
svn path=/nixpkgs/trunk/; revision=28012
This commit is contained in:
parent
e1c2108085
commit
4aca0cf217
|
@ -1,9 +1,10 @@
|
||||||
{cabal}:
|
{cabal, text}:
|
||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self : {
|
||||||
pname = "polyparse";
|
pname = "polyparse";
|
||||||
version = "1.4";
|
version = "1.7";
|
||||||
sha256 = "6e599fb0771e8ce2e1d3a3bbe5eddc2d77b2b4bbb54602f01005dc55dc039d44";
|
sha256 = "de8ed0ce54f1f81bb0783dd97b7b22eca28df4a238684a26b37c5af2d17a364b";
|
||||||
|
propagatedBuildInputs = [text];
|
||||||
meta = {
|
meta = {
|
||||||
description = "A variety of alternative parser combinator libraries";
|
description = "A variety of alternative parser combinator libraries";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue