Skip to content

Commit 0f2a743

Browse files
committed
[CI] Bump haskell-setup to v2
1 parent 2c83287 commit 0f2a743

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ jobs:
1717
container: ${{ matrix.container }}
1818
steps:
1919
- uses: actions/checkout@v2
20-
- uses: haskell/actions/setup@v1
20+
- uses: haskell/actions/setup@v2
2121
if: '!(matrix.container)'
2222
with:
2323
ghc-version: ${{matrix.ghcver}}
24-
cabal-version: '3.10.1.1'
2524
- name: Cabal init
2625
shell: pwsh
2726
run: |

0 commit comments

Comments
 (0)