mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
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 : {
|
||||
pname = "polyparse";
|
||||
version = "1.4";
|
||||
sha256 = "6e599fb0771e8ce2e1d3a3bbe5eddc2d77b2b4bbb54602f01005dc55dc039d44";
|
||||
version = "1.7";
|
||||
sha256 = "de8ed0ce54f1f81bb0783dd97b7b22eca28df4a238684a26b37c5af2d17a364b";
|
||||
propagatedBuildInputs = [text];
|
||||
meta = {
|
||||
description = "A variety of alternative parser combinator libraries";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue