Some Haskell library updates.

svn path=/nixpkgs/trunk/; revision=15621
This commit is contained in:
Andres Löh
2009-05-15 18:52:55 +00:00
parent 2c0ef01583
commit cd7dba4f0b
3 changed files with 39 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
{cabal}:
cabal.mkDerivation (self : {
pname = "uu-parsinglib";
version = "2.0.0";
sha256 = "b92246d7019fcdf8a6448686eb619b176b1744217f64e31f14e906b4991198ca";
meta = {
description = "New version of the Utrecht University parser combinator library";
};
})