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