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 = "blaze-html";
version = "0.4.3.3";
sha256 = "0a3g4s4k85h2qvs2kcalv83ma4z5arqdydla64q5d1qlk9c99mzg";
version = "0.4.3.4";
sha256 = "1xd8l28rriczd5zxgmjif393kjzqibrp68pfah0kknrjmc3ybn20";
buildDepends = [ blazeBuilder text ];
meta = {
homepage = "http://jaspervdj.be/blaze";