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