3
0
Fork 0
forked from mirrors/nixpkgs

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

View file

@ -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";