Skip to content

Commit 406d5ef

Browse files
committed
deps: Update dependency bounds
1 parent f0be154 commit 406d5ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

zxcvbn-hs.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ copyright: Copyright (c) 2019-2020 Peter Jones
1010
homepage: https://github.com/sthenauth/zxcvbn-hs
1111
bug-reports: https://github.com/sthenauth/zxcvbn-hs/issues
1212
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
1414
description:
1515
This is a native Haskell implementation of the zxcvbn password
1616
strength estimation algorithm as it appears in the 2016 USENIX Security
@@ -54,7 +54,7 @@ common dependencies
5454
, fgl ^>=5.7
5555
, lens >=4.17 && <6
5656
, math-functions ^>=0.3
57-
, text ^>=1.2
57+
, text >=1.2 && <2.1
5858
, time >=1.8 && <2.0
5959
, unordered-containers ^>=0.2
6060
, vector ^>=0.12
@@ -130,7 +130,7 @@ test-suite test
130130
hs-source-dirs: test
131131
main-is: Main.hs
132132
build-depends:
133-
, hedgehog >=0.6 && <1.1
133+
, hedgehog >=0.6 && <1.2
134134
, tasty >=1.1 && <1.5
135135
, tasty-hedgehog >=0.2 && <2
136136
, tasty-hunit ^>=0.10

0 commit comments

Comments
 (0)