Updating uu-parsinglib.
svn path=/nixpkgs/trunk/; revision=28206
This commit is contained in:
parent
bfb4f329d4
commit
3047b3145d
@ -1,12 +1,13 @@
|
|||||||
{cabal, ListLike}:
|
{cabal, ListLike} :
|
||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self : {
|
||||||
pname = "uu-parsinglib";
|
pname = "uu-parsinglib";
|
||||||
version = "2.7.1";
|
version = "2.7.1.1";
|
||||||
sha256 = "10zpgpg93lp1jkrd77wkcdhf1a78hdzbvshq87q846nbv74f59cd";
|
sha256 = "1qn3impl64cvbzyvhc73yxyibgak4dkgl1vkbrzxrxb770kb5r4p";
|
||||||
propagatedBuildInputs = [ListLike];
|
propagatedBuildInputs = [ ListLike ];
|
||||||
meta = {
|
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;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user