haskell-crypto-cipher-tests: update to version 0.0.2

This commit is contained in:
Peter Simons 2013-08-14 11:52:02 +02:00
parent dbecc86dfd
commit 2272af9994

View File

@ -5,12 +5,16 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "crypto-cipher-tests"; pname = "crypto-cipher-tests";
version = "0.0.1"; version = "0.0.2";
sha256 = "1g5rxx07s23pr0vam0bjlp3qwxzqa3m6x6gbv88fhkmbqwxiq2fh"; sha256 = "1jzci2a6827jgiklj8sh7pjl7g4igk2j6mim20619i4rk6x0lhgz";
buildDepends = [ buildDepends = [
byteable cryptoCipherTypes HUnit mtl QuickCheck securemem byteable cryptoCipherTypes HUnit mtl QuickCheck securemem
testFramework testFrameworkHunit testFrameworkQuickcheck2 testFramework testFrameworkHunit testFrameworkQuickcheck2
]; ];
testDepends = [
byteable cryptoCipherTypes HUnit mtl QuickCheck testFramework
testFrameworkHunit testFrameworkQuickcheck2
];
meta = { meta = {
homepage = "http://github.com/vincenthz/hs-crypto-cipher"; homepage = "http://github.com/vincenthz/hs-crypto-cipher";
description = "Generic cryptography cipher tests"; description = "Generic cryptography cipher tests";