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 fd4a95fCopy full SHA for fd4a95f
inflections.cabal
@@ -51,7 +51,7 @@ library
51
build-depends: base >= 4.11 && < 5.0
52
, exceptions >= 0.6 && < 0.11
53
, megaparsec >= 7.0.1 && < 10.0
54
- , text >= 0.2 && < 2.1
+ , text >= 0.2 && < 2.2
55
, unordered-containers >= 0.2.7 && < 0.3
56
if !impl(ghc >= 7.10)
57
build-depends: void == 0.7.*
@@ -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
74
75
76
0 commit comments