We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4698835 commit 238ecd2Copy full SHA for 238ecd2
.github/workflows/haskell.yml
@@ -23,18 +23,11 @@ jobs:
23
steps:
24
- uses: actions/checkout@v2
25
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
-
33
- uses: haskell/actions/setup@v1
34
id: setup-haskell
35
with:
36
ghc-version: ${{ matrix.ghc }}
37
- cabal-version: ${{ env.CABAL_VERSION }}
+ cabal-version: 3.4.0.0
38
39
- name: Set some window specific things
40
if: matrix.os == 'windows-latest'
0 commit comments