nixpkgs/pkgs/development/libraries/haskell/polyparse/default.nix

12 lines
256 B
Nix
Raw Normal View History

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