Skip to content

Commit

Permalink
Fix cabal used for Custom Setup to 3.8.1.0, until we release 3.10
Browse files Browse the repository at this point in the history
This is a guess based on the failed Custom Setup test, only in 3.10 branch.
  • Loading branch information
Mikolaj committed Feb 24, 2023
1 parent 4acdf8a commit 013840c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
ghcup config set cache true
ghcup config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.7.yaml
ghcup install ghc --set 9.6.0.20230210
ghcup install cabal --set latest
ghcup install cabal --set 3.8.1.0
ghc --version
cabal update
Expand Down

0 comments on commit 013840c

Please sign in to comment.