nixpkgs/pkgs/development/libraries/haskell/polyparse/default.nix
Andres Löh b18dd91057 Removing trailing whitespace.
svn path=/nixpkgs/trunk/; revision=26570
2011-03-28 15:04:00 +00:00

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";
};
})