nixpkgs/pkgs/development/libraries/haskell/polyparse/1.7.nix
Peter Simons fc5ea05cfd Keep polyparse 1.4 around because haskell-graphviz depends on the older version.
I've asked upstream to update their cabal file, but until then we'll
need both versions. :-(

svn path=/nixpkgs/trunk/; revision=28021
2011-07-31 15:33:55 +00:00

13 lines
294 B
Nix

{cabal, text}:
cabal.mkDerivation (self : {
pname = "polyparse";
version = "1.7";
sha256 = "de8ed0ce54f1f81bb0783dd97b7b22eca28df4a238684a26b37c5af2d17a364b";
propagatedBuildInputs = [text];
meta = {
description = "A variety of alternative parser combinator libraries";
};
})