We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55eaa58 commit 952f6daCopy full SHA for 952f6da
1 file changed
hackage-cli.cabal
@@ -1,6 +1,7 @@
1
cabal-version: 2.4
2
name: hackage-cli
3
version: 0.1.0.0
4
+x-revision: 1
5
6
synopsis: CLI tool for Hackage
7
description:
@@ -52,7 +53,8 @@ library cabal-revisions
52
53
build-depends:
54
, base >= 4.10.0.0 && < 4.18
55
, bytestring >= 0.10.4.0 && < 0.12
- , Cabal >= 3.4 && < 3.10
56
+ , Cabal >= 3.4 && < 3.9
57
+ -- issue #55: build failure with Cabal-3.9.0.0
58
, containers >= 0.5.0.0 && < 0.7
59
, mtl >= 2.2.2 && < 2.3 || >= 2.3.1 && < 2.4
60
, pretty ^>= 1.1.2
0 commit comments