We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df0ce1 commit b869045Copy full SHA for b869045
1 file changed
hackage-cli.cabal
@@ -59,7 +59,7 @@ library cabal-revisions
59
, base >= 4.10.0.0 && < 5
60
, bytestring >= 0.10.4.0 && < 0.13
61
, Cabal >= 3.4 && < 3.17
62
- , containers >= 0.5.0.0 && < 0.8
+ , containers >= 0.5.0.0 && < 1
63
, mtl >= 2.2.2 && < 2.3 || >= 2.3.1 && < 2.4
64
, pretty ^>= 1.1.2
65
@@ -134,7 +134,7 @@ executable hackage-cli
134
, tagsoup ^>= 0.14
135
, tar >= 0.5 && < 1
136
, text >= 1.2 && < 2.2
137
- , time >= 1.5.0.1 && < 1.15
+ , time >= 1.5.0.1 && < 2
138
, zlib >= 0.6.1 && < 0.8
139
140
ghc-options: -Wall -Wcompat -threaded
0 commit comments