We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c995c commit 807a023Copy full SHA for 807a023
1 file changed
hackage-cli.cabal
@@ -115,7 +115,7 @@ executable hackage-cli
115
-- aeson-1.2.4.0 for stack-8.2.2.yaml
116
, deepseq ^>= 1.4.0.0 || ^>= 1.5.0.0
117
, directory ^>= 1.2.0.1 || ^>= 1.3.0.0
118
- , filepath ^>= 1.4.0.0
+ , filepath >= 1.4.0.0 && < 2
119
, http-io-streams ^>= 0.1.0.0
120
, io-streams ^>= 1.5.0.1
121
, microlens >= 0.4.8.3 && < 4.13
@@ -127,7 +127,7 @@ executable hackage-cli
127
, semigroups >= 0.18.3 && < 0.21
128
, stringsearch ^>= 0.3.6
129
, tagsoup ^>= 0.14
130
- , tar ^>= 0.5
+ , tar >= 0.5 && < 1
131
, text >= 1.2 && < 2.2
132
, time >= 1.5.0.1 && < 1.13
133
, unordered-containers ^>= 0.2.7
0 commit comments