summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-26 11:40:28 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-26 11:40:28 -0400
commit939c843558ad463027b57dd33eaf7bfbc0cee0b3 (patch)
treed779a26c0a2932503233f20ce05e95fbdcdeeeac
parentf4cef3ca6cdf8d7da0952951a9bc91b3db29a93a (diff)
-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 \