From 2272af9994b99abe39aff23f142a502c5731632b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 14 Aug 2013 11:52:02 +0200 Subject: [PATCH] haskell-crypto-cipher-tests: update to version 0.0.2 --- .../libraries/haskell/crypto-cipher-tests/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/crypto-cipher-tests/default.nix b/pkgs/development/libraries/haskell/crypto-cipher-tests/default.nix index 60b4d3bad8fd..3e93912b3a7b 100644 --- a/pkgs/development/libraries/haskell/crypto-cipher-tests/default.nix +++ b/pkgs/development/libraries/haskell/crypto-cipher-tests/default.nix @@ -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";