Updated Haskell packages.

- blaze-html: updated to version 0.4.3.4
 - gloss: updated to version 1.7.3.1
 - hashtables: updated to version 1.0.1.4
 - repa: updated to version 3.1.2.1
 - skein: updated to version 0.1.0.6

svn path=/nixpkgs/trunk/; revision=33859
This commit is contained in:
Peter Simons
2012-04-20 12:50:37 +00:00
parent 8915da0a6b
commit b5c67150cf
5 changed files with 10 additions and 13 deletions

View File

@@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "repa";
version = "3.1.1.1";
sha256 = "0r78xd8caqpjvf1wxlv9mp13n5as8k98j76sni6wyrj2i55sx7ls";
version = "3.1.2.1";
sha256 = "15g2l8f5d02jy63ljyvjdd2ymdml072bjylsxvn4xmr0jzmi689x";
buildDepends = [ QuickCheck vector ];
meta = {
homepage = "http://repa.ouroborus.net";