36ec694b7b
svn path=/nixpkgs/trunk/; revision=23178
12 lines
275 B
Nix
12 lines
275 B
Nix
{cabal}:
|
|
|
|
cabal.mkDerivation (self : {
|
|
pname = "uu-parsinglib";
|
|
version = "2.5.4.2";
|
|
sha256 = "94f8f3f7e64dd87a4930190f922a07014e21e3cc320ba1ffefdae7db4401bfcd";
|
|
meta = {
|
|
description = "New version of the Utrecht University parser combinator library";
|
|
};
|
|
})
|
|
|