haskell-unordered-containers: update to version 0.2.3.1

This commit is contained in:
Peter Simons 2013-04-25 09:05:38 +02:00
parent 45afb3f6a6
commit c8219429b6

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "unordered-containers";
version = "0.2.3.0";
sha256 = "1vzgjr9jxdkmgq970ng9zi2j60awvx8iv1v6kzjlrkwzxx1a9dpd";
version = "0.2.3.1";
sha256 = "10wz5y42r9b2ym7vl5sqrcawyjixmhy370h0kzpvczs8mlzvrlx8";
buildDepends = [ deepseq hashable ];
testDepends = [
ChasingBottoms hashable HUnit QuickCheck testFramework