tools: appveyor: comment

[ci skip]
This commit is contained in:
Simon Michael 2018-07-02 09:34:36 +01:00
parent 21503717cf
commit 867a205f47

View File

@ -38,11 +38,12 @@ install:
- curl -skL -ostack.zip http://www.stackage.org/stack/windows-x86_64 - curl -skL -ostack.zip http://www.stackage.org/stack/windows-x86_64
- 7z x stack.zip stack.exe - 7z x stack.zip stack.exe
- stack --version - stack --version
#
# install ghc # 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/haskell/network/issues/313
# https://github.com/commercialhaskell/stack/issues/3944 # 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 - stack --stack-yaml=stack-ghc8.2.yaml setup
#- set PATH=C:\Users\appveyor\AppData\Roaming\local\bin;%PATH% #- set PATH=C:\Users\appveyor\AppData\Roaming\local\bin;%PATH%
#- stack install shelltestrunner #- stack install shelltestrunner