haskell-crypto-cipher-tests: update to version 0.0.2
This commit is contained in:
parent
dbecc86dfd
commit
2272af9994
@ -5,12 +5,16 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "crypto-cipher-tests";
|
||||
version = "0.0.1";
|
||||
sha256 = "1g5rxx07s23pr0vam0bjlp3qwxzqa3m6x6gbv88fhkmbqwxiq2fh";
|
||||
version = "0.0.2";
|
||||
sha256 = "1jzci2a6827jgiklj8sh7pjl7g4igk2j6mim20619i4rk6x0lhgz";
|
||||
buildDepends = [
|
||||
byteable cryptoCipherTypes HUnit mtl QuickCheck securemem
|
||||
testFramework testFrameworkHunit testFrameworkQuickcheck2
|
||||
];
|
||||
testDepends = [
|
||||
byteable cryptoCipherTypes HUnit mtl QuickCheck testFramework
|
||||
testFrameworkHunit testFrameworkQuickcheck2
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://github.com/vincenthz/hs-crypto-cipher";
|
||||
description = "Generic cryptography cipher tests";
|
||||
|
Loading…
Reference in New Issue
Block a user