Updating uulib and uuagc.

svn path=/nixpkgs/trunk/; revision=20465
This commit is contained in:
Andres Löh 2010-03-07 22:33:05 +00:00
parent 2a1293a3c4
commit a5f0863a8b
2 changed files with 4 additions and 4 deletions

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self : {
pname = "uulib";
version = "0.9.10";
sha256 = "1df7336ed76c278323c2e25ab53ec1afc9eba6a7c918c826e9f783e84479e08f";
version = "0.9.11";
sha256 = "f364ec14f249c9fc28ab341050c7e1cc1bde865fb787e4456c07c1df450815c8";
meta = {
description = "Haskell Utecht Tools Library";
};

View file

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