From 939c843558ad463027b57dd33eaf7bfbc0cee0b3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 26 Oct 2017 11:40:28 -0400 Subject: upgrade stack to avoid https://github.com/commercialhaskell/stack/issues/2960 --- standalone/windows/build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index b871ad832..4f836fd6b 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -58,6 +58,11 @@ getextra () { } getextra rsync.exe 85cb7a4d16d274fcf8069b39042965ad26abd6aa +# Upgrade stack +stack --version +stack upgrade --git +stack --version + # Build git-annex stack setup --stack-yaml stack-windows.yaml stack install -j 1 --stack-yaml stack-windows.yaml --no-haddock \ -- cgit v1.2.3