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