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