haskell-hashtables: updated to version 1.0.1.3

svn path=/nixpkgs/trunk/; revision=33028
This commit is contained in:
Peter Simons 2012-03-13 08:26:18 +00:00
parent 1b7e6447f9
commit 3b0c84f93f
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hashtables"; pname = "hashtables";
version = "1.0.1.2"; version = "1.0.1.3";
sha256 = "09lviwxwlhvhrgm7v66w0vd7j02s0191w1izsvwh1a3dj2vc7vw7"; sha256 = "1ad8psza13ff15sd4s862sryw6z8msiys1f7frnp4sibgr6bwdca";
buildDepends = [ hashable primitive vector ]; buildDepends = [ hashable primitive vector ];
meta = { meta = {
homepage = "http://github.com/gregorycollins/hashtables"; homepage = "http://github.com/gregorycollins/hashtables";