haskell-crypto-cipher-types: update to version 0.0.9

This commit is contained in:
Peter Simons 2013-10-27 12:39:36 +01:00
parent ef29da6cc5
commit 3807c0ffc3

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "crypto-cipher-types";
version = "0.0.7";
sha256 = "1zvlc88c4w4rhj1imx3w3j3f4b6im9sj78fgwwyzwmn14mn1y6l8";
version = "0.0.9";
sha256 = "03qa1i1kj07pfrxsi7fiaqnnd0vi94jd4jfswbmnm4gp1nvzcwr0";
buildDepends = [ byteable securemem ];
meta = {
homepage = "http://github.com/vincenthz/hs-crypto-cipher";