From 3b0c84f93ffaf84b5cfb74bccef5343ac653f495 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 13 Mar 2012 08:26:18 +0000 Subject: [PATCH] haskell-hashtables: updated to version 1.0.1.3 svn path=/nixpkgs/trunk/; revision=33028 --- pkgs/development/libraries/haskell/hashtables/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/hashtables/default.nix b/pkgs/development/libraries/haskell/hashtables/default.nix index 56b2316a5f9..990a998a689 100644 --- a/pkgs/development/libraries/haskell/hashtables/default.nix +++ b/pkgs/development/libraries/haskell/hashtables/default.nix @@ -2,8 +2,8 @@ cabal.mkDerivation (self: { pname = "hashtables"; - version = "1.0.1.2"; - sha256 = "09lviwxwlhvhrgm7v66w0vd7j02s0191w1izsvwh1a3dj2vc7vw7"; + version = "1.0.1.3"; + sha256 = "1ad8psza13ff15sd4s862sryw6z8msiys1f7frnp4sibgr6bwdca"; buildDepends = [ hashable primitive vector ]; meta = { homepage = "http://github.com/gregorycollins/hashtables";