From 20411e476a50b737aa54b908928ef71b51e7c510 Mon Sep 17 00:00:00 2001 From: quasicomputational Date: Sun, 24 Jun 2018 11:56:40 +0100 Subject: [PATCH] Bump AppVeyor's GHC to 8.4.3 In the hope that this will solve #5393. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 9fb0ed4a028..a2d889b5f13 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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!