Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example-client/example-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ executable example-client
ghc-options: -Wall

if flag(Cabal-syntax)
build-depends: Cabal-syntax >= 3.7 && < 3.16
build-depends: Cabal-syntax >= 3.7 && < 3.18
else
build-depends: Cabal >= 2.2.0.1 && < 3.7,
Cabal-syntax < 3.7
2 changes: 1 addition & 1 deletion hackage-repo-tool/hackage-repo-tool.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ executable hackage-repo-tool
hackage-security >= 0.6 && < 0.7

if flag(Cabal-syntax)
build-depends: Cabal-syntax >= 3.7 && < 3.16
build-depends: Cabal-syntax >= 3.7 && < 3.18
else
build-depends: Cabal >= 2.2.0.1 && < 2.6
|| >= 3.0 && < 3.7,
Expand Down
4 changes: 2 additions & 2 deletions hackage-security/hackage-security.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ library
build-depends: base >= 4.11

if flag(Cabal-syntax)
build-depends: Cabal-syntax >= 3.7 && < 3.16
build-depends: Cabal-syntax >= 3.7 && < 3.18
else
build-depends: Cabal >= 2.2.0.1 && < 2.6
|| >= 3.0 && < 3.7,
Expand Down Expand Up @@ -201,7 +201,7 @@ test-suite TestSuite
zlib

if flag(Cabal-syntax)
build-depends: Cabal >= 3.7 && < 3.16,
build-depends: Cabal >= 3.7 && < 3.18,
Cabal-syntax >= 3.7 && < 3.16
else
build-depends: Cabal >= 2.2.0.1 && < 2.6
Expand Down
Loading