haskell-unordered-containers: update to version 0.2.3.0

This commit is contained in:
Peter Simons 2012-12-15 11:32:47 +01:00
parent 06669abb0f
commit fe826eb71d

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "unordered-containers";
version = "0.2.2.1";
sha256 = "0ny8w7xw0ch3yp0fnskzygz61b72ln5s5ccsdlcqpp29cvfar6zy";
version = "0.2.3.0";
sha256 = "1vzgjr9jxdkmgq970ng9zi2j60awvx8iv1v6kzjlrkwzxx1a9dpd";
buildDepends = [ deepseq hashable ];
meta = {
homepage = "https://github.com/tibbe/unordered-containers";