b56c549f26
svn path=/nixpkgs/trunk/; revision=19590
12 lines
273 B
Nix
12 lines
273 B
Nix
{cabal}:
|
|
|
|
cabal.mkDerivation (self : {
|
|
pname = "uu-parsinglib";
|
|
version = "2.3.1";
|
|
sha256 = "63ed4257f360a861b13f3e0edad6c17bbad90a0e3e031de49ed4d13a1ace98d2";
|
|
meta = {
|
|
description = "New version of the Utrecht University parser combinator library";
|
|
};
|
|
})
|
|
|