From 71405d9f3c6f7f9841b83024a5617141495a59bc Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 2 Jul 2018 14:30:18 +0100 Subject: [PATCH] tools: appveyor: troubleshooting stack#4125 --- .appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 0ba958a80..c4067932f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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,