Skip to content

Commit b1c75f1

Browse files
committed
bump bounds for ghc-9.10
1 parent 8ddec88 commit b1c75f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inflections.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ test-suite test
6666
build-depends: inflections
6767
, QuickCheck >= 2.7.6 && < 3.0
6868
, base >= 4.11 && < 5.0
69-
, containers >= 0.5 && < 0.7
69+
, containers >= 0.5 && < 0.8
7070
, hspec >= 2.0 && < 3.0
7171
, hspec-megaparsec >= 2.0 && < 3.0
7272
, megaparsec
73-
, text >= 0.2 && < 2.1
73+
, text >= 0.2 && < 2.2
7474
if !impl(ghc >= 7.10)
7575
build-depends: void == 0.7.*
7676

0 commit comments

Comments
 (0)