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 committed Feb 23, 2021
1 parent b364d92 commit a53230b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Expand Up @@ -68,7 +68,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
- uses: haskell/actions/setup@v1
Expand Down

0 comments on commit a53230b

Please sign in to comment.