Skip to content

Commit 3b4eba2

Browse files
committed
Upgrade cabal in build script
1 parent 9b3e28d commit 3b4eba2

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
@@ -36,7 +36,7 @@ jobs:
3636
- uses: haskell/actions/setup@v1
3737
with:
3838
ghc-version: ${{ matrix.ghc }}
39-
cabal-version: '3.2'
39+
cabal-version: '3.4'
4040

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

0 commit comments

Comments
 (0)