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