Skip to content

Commit

Permalink
Fully upgrade to cabal-3.4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy authored and AlexeyRaga committed May 18, 2021
1 parent c14ec4d commit 73f9573
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,11 @@ jobs:
- name: Build librdkafka
run: ./scripts/build-librdkafka

- name: Select optimal cabal version
run: |
case "$OS" in
Windows_NT) echo "CABAL_VERSION=3.4.0.0-rc5" >> $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 some window specific things
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 73f9573

Please sign in to comment.