haskell-hashable: update to version 1.2.0.7

This commit is contained in:
Peter Simons
2013-05-02 12:37:40 +02:00
parent cb842f9717
commit 14660eb7e5
2 changed files with 4 additions and 4 deletions

View File

@@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "hashable";
version = "1.2.0.6";
sha256 = "0kd0vk87pgrir5zx7b30dvv2lsjjiykqi1gpalkgmgbvhals4p9z";
version = "1.2.0.7";
sha256 = "1v70b85g9kx0ikgxpiqpl8dp3w9hdxm75h73g69giyiy7swn9630";
buildDepends = [ text ];
testDepends = [
HUnit QuickCheck random testFramework testFrameworkHunit