Skip to content

Commit

Permalink
use fixed cabal version per #10175
Browse files Browse the repository at this point in the history
  • Loading branch information
geekosaur committed Aug 8, 2024
1 parent 25c8e3b commit 8b20c59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: 3.10.3.0 # see #10251
cabal-version: 3.12.1.0 # see #10251
ghcup-release-channel: https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml

# See the following link for a breakdown of the following step
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 @@ -146,6 +146,6 @@ executable test-runtime-deps
custom-setup
-- we only depend on even stable releases of lib:Cabal
-- and must match the release used in validate.yml (see #10251)
setup-depends: Cabal ^>= 3.10.3,
Cabal-syntax ^>= 3.10.3,
setup-depends: Cabal ^>= 3.12.1,
Cabal-syntax ^>= 3.12.1,
base, filepath, directory

0 comments on commit 8b20c59

Please sign in to comment.