Updated Haskell packages.

- RepLib: updated to version 0.5.2
 - http-enumerator: updated to version 0.7.3.1
 - http-types: updated to version 0.6.10
 - leksah-server: updated to version 0.12.0.5
 - test-framework-quickcheck2: updated to version 0.2.12.1
 - unbound: updated to version 0.4
 - yesod: updated to version 0.10.2

svn path=/nixpkgs/trunk/; revision=33144
This commit is contained in:
Peter Simons
2012-03-16 09:47:31 +00:00
parent 2aed4ebe88
commit 6e56feca1d
7 changed files with 14 additions and 16 deletions

View File

@@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "RepLib";
version = "0.5.1";
sha256 = "1c6zqi87lmmmiz8amsvhw6wkhg90rhh6yl5vh0a9ism3apwh1i7r";
version = "0.5.2";
sha256 = "1wcxvl40wlnva2x7z13pm95485lwxbpy5di1mb1din3id8dprxfr";
buildDepends = [ mtl typeEquality ];
noHaddock = true;
meta = {