summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xstandalone/windows/build.sh5
1 files changed, 5 insertions, 0 deletions
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 \