Skip to content

Commit 25af6cf

Browse files
committed
Upgrade cabal in build script
1 parent 64abe71 commit 25af6cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: haskell/actions/setup@v1
3939
with:
4040
ghc-version: ${{ matrix.ghc }}
41-
cabal-version: '3.2'
41+
cabal-version: '3.4'
4242

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

0 commit comments

Comments
 (0)