haskell-cryptohash: update to version 0.11.6

This commit is contained in:
Peter Simons 2014-06-20 15:05:44 +02:00
parent 2536eea460
commit c3ac79a5cb

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "cryptohash";
version = "0.11.5";
sha256 = "0vxnwnjch2r9d54q5f5bfz60npjc7s7x6a5233md7fa756822b9d";
version = "0.11.6";
sha256 = "0dyzcaxr8vhzqq9hj4240rxpi87h4ps87yz09klz723shls26f6s";
buildDepends = [ byteable ];
testDepends = [
byteable HUnit QuickCheck tasty tastyHunit tastyQuickcheck