haskell-cryptohash: update to version 0.11.0

This commit is contained in:
Peter Simons 2013-10-10 11:50:47 +02:00
parent e1729d6aca
commit a5f8ca839f

View File

@ -4,11 +4,11 @@
cabal.mkDerivation (self: {
pname = "cryptohash";
version = "0.10.0";
sha256 = "0szvx1dxf16chlksmp08g9qxy7f87w6hspigwbw78aygc3q9mzaq";
version = "0.11.0";
sha256 = "03v85lb866lbyd0bykjihiqf948asbgxp3c1dzpjc9mvg22pbmlg";
buildDepends = [ byteable ];
testDepends = [
HUnit QuickCheck testFramework testFrameworkHunit
byteable HUnit QuickCheck testFramework testFrameworkHunit
testFrameworkQuickcheck2
];
meta = {