Added parsimony and polyparse, updated parsec.

svn path=/nixpkgs/trunk/; revision=17464
This commit is contained in:
Andres Löh
2009-09-28 11:29:19 +00:00
parent 48865a4aa6
commit 9669ae336a
4 changed files with 33 additions and 2 deletions

View File

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