Skip to content
Open
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 .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: 3.12.1.0 # see https://github.com/haskell/cabal/pull/10251
cabal-version: 3.18.1.0 # see https://github.com/haskell/cabal/pull/10251
ghcup-release-channel: https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.9.yaml

# runner.os isn't sufficient for binary compatible caches
Expand Down
4 changes: 2 additions & 2 deletions cabal-testsuite/cabal-testsuite.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,6 @@ custom-setup
-- we only depend on even stable releases of lib:Cabal
-- and must match the release used in validate.yml (see
-- https://github.com/haskell/cabal/pull/10251)
setup-depends: Cabal ^>= 3.12.1.0,
Cabal-syntax ^>= 3.12.1.0,
setup-depends: Cabal ^>= 3.18.1.0,
Cabal-syntax ^>= 3.18.1.0,
base, filepath, directory
Loading