From 5147a2872d3a934fe65acc072733fa70ea18174e Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Tue, 12 Sep 2023 16:55:39 +0200 Subject: [PATCH] v0.11.102.0 revision 2: allow tasty-1.5 --- cryptohash-sha512.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cryptohash-sha512.cabal b/cryptohash-sha512.cabal index 8faeb41..eb17344 100644 --- a/cryptohash-sha512.cabal +++ b/cryptohash-sha512.cabal @@ -1,7 +1,7 @@ cabal-version: 2.0 name: cryptohash-sha512 version: 0.11.102.0 -x-revision: 1 +x-revision: 2 synopsis: Fast, pure and practical SHA-512 implementation description: { @@ -98,7 +98,7 @@ test-suite test-sha512 , base16-bytestring >= 1.0.1.0 && < 1.1 , SHA >= 1.6.4 && < 1.7 - , tasty >= 1.4 && < 1.5 + , tasty >= 1.4 && < 1.6 , tasty-quickcheck >= 0.10 && < 0.11 , tasty-hunit >= 0.10 && < 0.11 @@ -114,7 +114,7 @@ test-suite test-sha512t , base16-bytestring >= 1.0.1.0 && < 1.1 , SHA >= 1.6.4 && < 1.7 - , tasty >= 1.4 && < 1.5 + , tasty >= 1.4 && < 1.6 , tasty-quickcheck >= 0.10 && < 0.11 , tasty-hunit >= 0.10 && < 0.11 @@ -130,7 +130,7 @@ test-suite test-sha384 , base16-bytestring >= 1.0.1.0 && < 1.1 , SHA >= 1.6.4 && < 1.7 - , tasty >= 1.4 && < 1.5 + , tasty >= 1.4 && < 1.6 , tasty-quickcheck >= 0.10 && < 0.11 , tasty-hunit >= 0.10 && < 0.11