3
0
Fork 0
forked from mirrors/nixpkgs

haskell-unordered-containers: update to version 0.2.2.0

This commit is contained in:
Peter Simons 2012-08-16 15:41:23 +02:00
parent ad78f75434
commit bc9d3787e2

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "unordered-containers";
version = "0.2.1.0";
sha256 = "0zk2ip32h6faqa1pfmiw242fdarr63lds4j828ix7qhrjifwiw4p";
version = "0.2.2.0";
sha256 = "1418vr7swk2p1xjxyj86arln6niwgpfjfqdknnkh31m4h83f0q5r";
buildDepends = [ deepseq hashable ];
meta = {
description = "Efficient hashing-based container types";