Skip to content

Commit

Permalink
v0.11.102.0 revision 2: allow tasty-1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Sep 12, 2023
1 parent adba863 commit 5147a28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cryptohash-sha512.cabal
Original file line number Diff line number Diff line change
@@ -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: {
Expand Down Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 5147a28

Please sign in to comment.