3
0
Fork 0
forked from mirrors/nixpkgs

Version bump uu-parsinglib and uuagc.

svn path=/nixpkgs/trunk/; revision=22618
This commit is contained in:
Andres Löh 2010-07-16 11:57:33 +00:00
parent bcc7c49488
commit cf5e79f583
2 changed files with 4 additions and 4 deletions

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self : {
pname = "uu-parsinglib";
version = "2.3.1";
sha256 = "63ed4257f360a861b13f3e0edad6c17bbad90a0e3e031de49ed4d13a1ace98d2";
version = "2.3.4";
sha256 = "c5faeade06f363c2e7b95a2b7eeba752bf2dd1f4ff0cebbe09aaef9b79f8fdb2";
meta = {
description = "New version of the Utrecht University parser combinator library";
};

View file

@ -2,9 +2,9 @@
cabal.mkDerivation (self : {
pname = "uuagc";
version = "0.9.14";
version = "0.9.29";
name = self.fname;
sha256 = "076250219874b03fc04473a71f6fc6e1c2324f3a65e98a6f7afcaa42de4dea0c";
sha256 = "325d395abcc1f8224400a3cd765dd187e6be64a782251aa33080aab008b8829e";
extraBuildInputs = [uulib];
meta = {
description = "Attribute Grammar System of Universiteit Utrecht";