Skip to content

Commit

Permalink
Bump AppVeyor's GHC to 8.4.3
Browse files Browse the repository at this point in the history
In the hope that this will solve haskell#5393.
  • Loading branch information
quasicomputational committed Jun 24, 2018
1 parent c139ca6 commit 20411e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ install:
# Using '-y' and 'refreshenv' as a workaround to:
# https://github.com/haskell/cabal/issues/3687
- choco install -y cabal
- choco install -y ghc --version 8.0.2
- choco install -y ghc --version 8.4.3
- refreshenv
# See http://help.appveyor.com/discussions/problems/6312-curl-command-not-found#comment_42195491
# NB: Do this after refreshenv, otherwise it will be clobbered!
Expand Down

0 comments on commit 20411e4

Please sign in to comment.