Skip to content

Commit

Permalink
Upgrade to cabal-3.4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy authored and coot committed May 13, 2021
1 parent cdd8aaa commit cd23b3e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/haskell.yml
Expand Up @@ -17,18 +17,12 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- name: Select optimal cabal version
run: |
case "$OS" in
Windows_NT) echo "CABAL_VERSION=3.4.0.1-rc3" >> $GITHUB_ENV;;
*) echo "CABAL_VERSION=3.4.0.0" >> $GITHUB_ENV;;
esac

- uses: haskell/actions/setup@v1
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ env.CABAL_VERSION }}
cabal-version: 3.4.0.0

- name: Set cache version
run: echo "CACHE_VERSION=grFfw8r" >> $GITHUB_ENV
Expand Down

0 comments on commit cd23b3e

Please sign in to comment.