Skip to content

Commit

Permalink
Merge #2948
Browse files Browse the repository at this point in the history
2948: Upgrade to cabal-3.4.0.0 r=newhoggy a=newhoggy



Co-authored-by: John Ky <john.ky@iohk.io>
  • Loading branch information
iohk-bors[bot] and newhoggy committed Feb 23, 2021
2 parents 2c63c74 + 2d6ccad commit 0489f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
case "$OS" in
Windows_NT) echo "CABAL_VERSION=3.4.0.0-rc5" >> $GITHUB_ENV;;
*) echo "CABAL_VERSION=3.4.0.0-rc4" >> $GITHUB_ENV;;
*) echo "CABAL_VERSION=3.4.0.0" >> $GITHUB_ENV;;
esac
- name: Install Haskell
Expand Down

0 comments on commit 0489f5c

Please sign in to comment.