From 867a205f47573205ceb5ae2d47251f217e98827d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 2 Jul 2018 09:34:36 +0100 Subject: [PATCH] tools: appveyor: comment [ci skip] --- .appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 68e512390..0ba958a80 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -38,11 +38,12 @@ install: - curl -skL -ostack.zip http://www.stackage.org/stack/windows-x86_64 - 7z x stack.zip stack.exe - stack --version +# # install ghc -# using 8.2 to avoid a hledger-web -> network/stack build issue on windows +# using ghc 8.2 to avoid a hledger-web -> network/stack build issue on windows, +# network 2.7.0.1 should work around it when released # https://github.com/haskell/network/issues/313 # https://github.com/commercialhaskell/stack/issues/3944 -# network 2.7.0.1 should work around it when released - stack --stack-yaml=stack-ghc8.2.yaml setup #- set PATH=C:\Users\appveyor\AppData\Roaming\local\bin;%PATH% #- stack install shelltestrunner