Updating uu-parsinglib.

svn path=/nixpkgs/trunk/; revision=28206
This commit is contained in:
Andres Löh 2011-08-06 20:27:20 +00:00
parent bfb4f329d4
commit 3047b3145d

View File

@ -1,12 +1,13 @@
{cabal, ListLike}:
{cabal, ListLike} :
cabal.mkDerivation (self : {
pname = "uu-parsinglib";
version = "2.7.1";
sha256 = "10zpgpg93lp1jkrd77wkcdhf1a78hdzbvshq87q846nbv74f59cd";
propagatedBuildInputs = [ListLike];
version = "2.7.1.1";
sha256 = "1qn3impl64cvbzyvhc73yxyibgak4dkgl1vkbrzxrxb770kb5r4p";
propagatedBuildInputs = [ ListLike ];
meta = {
description = "New version of the Utrecht University parser combinator library";
homepage = "http://www.cs.uu.nl/wiki/bin/view/HUT/ParserCombinators";
description = "Fast, online, error-correcting, monadic, applicative, merging, permuting, idiomatic parser combinators.";
license = self.stdenv.lib.licenses.mit;
};
})