tools: appveyor: troubleshooting stack#4125

This commit is contained in:
Simon Michael 2018-07-02 14:30:18 +01:00
parent de1efa4c86
commit 71405d9f3c

View File

@ -38,6 +38,9 @@ install:
- curl -skL -ostack.zip http://www.stackage.org/stack/windows-x86_64
- 7z x stack.zip stack.exe
- stack --version
# temporary, troubleshooting https://github.com/commercialhaskell/stack/issues/4125
- stack upgrade --git
- stack --version
#
# install ghc
# using ghc 8.2 to avoid a hledger-web -> network/stack build issue on windows,