Skip to content

Commit

Permalink
v0.1.0.0 revision 1: restrict to Cabal < 3.9 (build error)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Feb 3, 2023
1 parent 55eaa58 commit 952f6da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hackage-cli.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cabal-version: 2.4
name: hackage-cli
version: 0.1.0.0
x-revision: 1

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

0 comments on commit 952f6da

Please sign in to comment.