Skip to content

Commit

Permalink
Upgrade cabal in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
anka-213 committed Jun 18, 2021
1 parent 9b3e28d commit 3b4eba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: haskell/actions/setup@v1
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: '3.2'
cabal-version: '3.4'

- if: ${{ matrix.ghc == '9.0.1' }}
name: Use modified cabal.project for ghc9
Expand Down

0 comments on commit 3b4eba2

Please sign in to comment.