Skip to content

Commit 11ccb79

Browse files
authored
Merge pull request #64 from haskell-works/fully-upgrade-to-cabal-3.4.0.0
Fully upgrade to cabal-3.4.0.0
2 parents 4698835 + 238ecd2 commit 11ccb79

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,11 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v2
2525

26-
- name: Select optimal cabal version
27-
run: |
28-
case "$OS" in
29-
Windows_NT) echo "CABAL_VERSION=3.4.0.0-rc5" >> $GITHUB_ENV;;
30-
*) echo "CABAL_VERSION=3.4.0.0" >> $GITHUB_ENV;;
31-
esac
32-
3326
- uses: haskell/actions/setup@v1
3427
id: setup-haskell
3528
with:
3629
ghc-version: ${{ matrix.ghc }}
37-
cabal-version: ${{ env.CABAL_VERSION }}
30+
cabal-version: 3.4.0.0
3831

3932
- name: Set some window specific things
4033
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)