From 44efd533d2b5d99a00723cfcd9423dcda1880357 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 4 Jul 2018 21:47:24 +0100 Subject: [PATCH] tools: appveyor: troubleshooting stack#4125 Called wrong stack. Try, try again. [ci skip] --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 23c702c38..73ee583d6 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -43,7 +43,7 @@ install: - move stack.exe stack-release.exe - stack-release --version - set PATH=C:\Users\appveyor\AppData\Roaming\local\bin;%PATH% -- stack upgrade --git-branch 4125-cabal-style-build-tools +- stack-release upgrade --git-branch 4125-cabal-style-build-tools - copy C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe . - copy stack.exe stack-512f76f3.exe - stack --version