haskell-skein: update to version 1.0.9.1

This commit is contained in:
Peter Simons 2014-12-12 09:51:06 +01:00
parent af3f679e8b
commit f18e392285

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "skein"; pname = "skein";
version = "1.0.9"; version = "1.0.9.1";
sha256 = "08hy40c0gzlalrpmgcvhc1v51a44idipamjjbh7zzwsvbxmp1cbb"; sha256 = "05as5glin9vikxxbnp5wpklqjd5hh9n28asxx147blmiz0x45dw8";
buildDepends = [ cereal cryptoApi tagged ]; buildDepends = [ cereal cryptoApi tagged ];
testDepends = [ cereal cryptoApi filepath hspec tagged ]; testDepends = [ cereal cryptoApi filepath hspec tagged ];
jailbreak = true; jailbreak = true;