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.2.0";
sha256 = "f66b16d112d8a013eaf14823d2f3d228b476dfd117558a97a949a29961db5290";
meta = {
description = "New version of the Utrecht University parser combinator library";
};
})