We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ddec88 commit b1c75f1Copy full SHA for b1c75f1
inflections.cabal
@@ -66,11 +66,11 @@ test-suite test
66
build-depends: inflections
67
, QuickCheck >= 2.7.6 && < 3.0
68
, base >= 4.11 && < 5.0
69
- , containers >= 0.5 && < 0.7
+ , containers >= 0.5 && < 0.8
70
, hspec >= 2.0 && < 3.0
71
, hspec-megaparsec >= 2.0 && < 3.0
72
, megaparsec
73
- , text >= 0.2 && < 2.1
+ , text >= 0.2 && < 2.2
74
if !impl(ghc >= 7.10)
75
build-depends: void == 0.7.*
76
0 commit comments