Updated Haskell packages.

- crypto-api: updated to version 0.10.2
 - hashtables: updated to version 1.0.1.6
 - hjsmin: updated to version 0.1.1
 - repa: updated to version 3.1.3.3

svn path=/nixpkgs/trunk/; revision=33940
This commit is contained in:
Peter Simons
2012-04-27 13:18:36 +00:00
parent 5287bbf3a8
commit ce7f9e1d14
4 changed files with 8 additions and 8 deletions

View File

@@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "repa";
version = "3.1.3.2";
sha256 = "0xz5813q0km8kv50gs6vzp3lgl64xayi9l4zksha4gjb5lq5yn2y";
version = "3.1.3.3";
sha256 = "108zifbgngwd5a3bkvkm4sh2nhds748wqk227mcsxcw9y085da0f";
buildDepends = [ QuickCheck vector ];
meta = {
homepage = "http://repa.ouroborus.net";