nixpkgs/pkgs/development/libraries/haskell/polyparse/default.nix
2014-11-01 21:08:01 +01:00

17 lines
476 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, text }:
cabal.mkDerivation (self: {
pname = "polyparse";
version = "1.10";
sha256 = "0nz7dv91a2f7gf4jnma8qcqa4n6qjcyggf8qdja46sdcabpd0ij2";
buildDepends = [ text ];
meta = {
homepage = "http://code.haskell.org/~malcolm/polyparse/";
description = "A variety of alternative parser combinator libraries";
license = "LGPL";
platforms = self.ghc.meta.platforms;
};
})