Skip to content

Commit 952f6da

Browse files
committed
v0.1.0.0 revision 1: restrict to Cabal < 3.9 (build error)
1 parent 55eaa58 commit 952f6da

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

hackage-cli.cabal

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cabal-version: 2.4
22
name: hackage-cli
33
version: 0.1.0.0
4+
x-revision: 1
45

56
synopsis: CLI tool for Hackage
67
description:
@@ -52,7 +53,8 @@ library cabal-revisions
5253
build-depends:
5354
, base >= 4.10.0.0 && < 4.18
5455
, bytestring >= 0.10.4.0 && < 0.12
55-
, Cabal >= 3.4 && < 3.10
56+
, Cabal >= 3.4 && < 3.9
57+
-- issue #55: build failure with Cabal-3.9.0.0
5658
, containers >= 0.5.0.0 && < 0.7
5759
, mtl >= 2.2.2 && < 2.3 || >= 2.3.1 && < 2.4
5860
, pretty ^>= 1.1.2

0 commit comments

Comments
 (0)