nixpkgs/pkgs/development/libraries/haskell/uu-parsinglib/default.nix

12 lines
273 B
Nix
Raw Normal View History

{cabal}:
cabal.mkDerivation (self : {
pname = "uu-parsinglib";
version = "2.3.4";
sha256 = "c5faeade06f363c2e7b95a2b7eeba752bf2dd1f4ff0cebbe09aaef9b79f8fdb2";
meta = {
description = "New version of the Utrecht University parser combinator library";
};
})