11cabal-version : 2.0
22name : cryptohash-sha512
33version : 0.11.102.0
4- x-revision : 1
4+ x-revision : 2
55
66synopsis : Fast, pure and practical SHA-512 implementation
77description : {
@@ -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