Skip to content

Commit 5147a28

Browse files
committed
v0.11.102.0 revision 2: allow tasty-1.5
1 parent adba863 commit 5147a28

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cryptohash-sha512.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.0
22
name: cryptohash-sha512
33
version: 0.11.102.0
4-
x-revision: 1
4+
x-revision: 2
55

66
synopsis: Fast, pure and practical SHA-512 implementation
77
description: {
@@ -98,7 +98,7 @@ test-suite test-sha512
9898

9999
, base16-bytestring >= 1.0.1.0 && < 1.1
100100
, SHA >= 1.6.4 && < 1.7
101-
, tasty >= 1.4 && < 1.5
101+
, tasty >= 1.4 && < 1.6
102102
, tasty-quickcheck >= 0.10 && < 0.11
103103
, tasty-hunit >= 0.10 && < 0.11
104104

@@ -114,7 +114,7 @@ test-suite test-sha512t
114114

115115
, base16-bytestring >= 1.0.1.0 && < 1.1
116116
, SHA >= 1.6.4 && < 1.7
117-
, tasty >= 1.4 && < 1.5
117+
, tasty >= 1.4 && < 1.6
118118
, tasty-quickcheck >= 0.10 && < 0.11
119119
, tasty-hunit >= 0.10 && < 0.11
120120

@@ -130,7 +130,7 @@ test-suite test-sha384
130130

131131
, base16-bytestring >= 1.0.1.0 && < 1.1
132132
, SHA >= 1.6.4 && < 1.7
133-
, tasty >= 1.4 && < 1.5
133+
, tasty >= 1.4 && < 1.6
134134
, tasty-quickcheck >= 0.10 && < 0.11
135135
, tasty-hunit >= 0.10 && < 0.11
136136

0 commit comments

Comments
 (0)