Commit 406d5ef 1 parent f0be154 commit 406d5ef Copy full SHA for 406d5ef
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ copyright: Copyright (c) 2019-2020 Peter Jones
10
10
homepage : https://github.com/sthenauth/zxcvbn-hs
11
11
bug-reports : https://github.com/sthenauth/zxcvbn-hs/issues
12
12
category : System
13
- tested-with : GHC == 8.6.5 || == 8.8.4 || == 8.10 .2
13
+ tested-with : GHC == 8.10.7 || == 9.0.2 || == 9.2 .2
14
14
description :
15
15
This is a native Haskell implementation of the zxcvbn password
16
16
strength estimation algorithm as it appears in the 2016 USENIX Security
@@ -54,7 +54,7 @@ common dependencies
54
54
, fgl ^>= 5.7
55
55
, lens >= 4.17 && < 6
56
56
, math-functions ^>= 0.3
57
- , text ^ >= 1.2
57
+ , text >= 1.2 && < 2.1
58
58
, time >= 1.8 && < 2.0
59
59
, unordered-containers ^>= 0.2
60
60
, vector ^>= 0.12
@@ -130,7 +130,7 @@ test-suite test
130
130
hs-source-dirs : test
131
131
main-is : Main.hs
132
132
build-depends :
133
- , hedgehog >= 0.6 && < 1.1
133
+ , hedgehog >= 0.6 && < 1.2
134
134
, tasty >= 1.1 && < 1.5
135
135
, tasty-hedgehog >= 0.2 && < 2
136
136
, tasty-hunit ^>= 0.10
You can’t perform that action at this time.
0 commit comments