Updated a few Haskell packages.

svn path=/nixpkgs/trunk/; revision=28399
This commit is contained in:
Andres Löh
2011-08-08 19:02:17 +00:00
parent c30ea08c40
commit 23e5a11a1d
4 changed files with 25 additions and 15 deletions
@@ -1,12 +1,17 @@
{cabal, uulib}:
{ cabal, haskellSrcExts, mtl, uulib }:
cabal.mkDerivation (self : {
cabal.mkDerivation (self: {
pname = "uuagc";
version = "0.9.36";
name = self.fname;
sha256 = "02sl19apxwhgj7zq37pl6xkl35pafma2683d7hyzyyn6y5kqma1j";
extraBuildInputs = [uulib];
version = "0.9.38.6";
sha256 = "1dr8vxis16rcdvklp0rv2d50bi33jag7n4wynbfqw9bzgyfbagnw";
isLibrary = true;
isExecutable = true;
buildDepends = [ haskellSrcExts mtl uulib ];
meta = {
homepage = "http://www.cs.uu.nl/wiki/HUT/WebHome";
description = "Attribute Grammar System of Universiteit Utrecht";
license = "GPL";
platforms = self.stdenv.lib.platforms.haskellPlatforms;
maintainers = [ self.stdenv.lib.maintainers.andres ];
};
})