Skip to content

Commit 2c83287

Browse files
committed
[CI] Fix cabal version
1 parent 6f6ca0a commit 2c83287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: '!(matrix.container)'
2222
with:
2323
ghc-version: ${{matrix.ghcver}}
24-
cabal-version: '3.10'
24+
cabal-version: '3.10.1.1'
2525
- name: Cabal init
2626
shell: pwsh
2727
run: |

0 commit comments

Comments
 (0)