Skip to content

Commit fd4a95f

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

inflections.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ library
5151
build-depends: base >= 4.11 && < 5.0
5252
, exceptions >= 0.6 && < 0.11
5353
, megaparsec >= 7.0.1 && < 10.0
54-
, text >= 0.2 && < 2.1
54+
, text >= 0.2 && < 2.2
5555
, unordered-containers >= 0.2.7 && < 0.3
5656
if !impl(ghc >= 7.10)
5757
build-depends: void == 0.7.*
@@ -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)