nixpkgs/pkgs/development/libraries/haskell/polyparse/default.nix
Andres Löh 9669ae336a Added parsimony and polyparse, updated parsec.
svn path=/nixpkgs/trunk/; revision=17464
2009-09-28 11:29:19 +00:00

12 lines
256 B
Nix

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