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

This commit is contained in:
Peter Simons 2013-09-21 10:20:15 +02:00
parent 498e93f3f5
commit c7c5969885

View file

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