mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
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 : {
|
||||
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;
|
||||
};
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user