aboutsummaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-09 13:39:07 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-09 13:39:07 -0400
commit757a7d6e22b9faa443a4f063e1a6df3204e298c1 (patch)
tree9777526c9c618feefef17accbf5e4cb5c067a563 /standalone
parentac57659e61f9743aebd35258e89752ced0040f9f (diff)
use win32 2.6.1.0
That has my patches merged into it, so stack-windows.yaml is not needed any longer. This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/windows/build.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index b0e6bdd4f..e3be18af0 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -64,17 +64,16 @@ getextra rsync.exe 85cb7a4d16d274fcf8069b39042965ad26abd6aa
stack --version
# Build git-annex
-stack setup --stack-yaml stack-windows.yaml
-stack install -j 1 --stack-yaml stack-windows.yaml --no-haddock \
- --local-bin-path .
+stack setup
+stack install -j 1 --no-haddock --local-bin-path .
# Build the installer
-withcygpreferred stack ghc --stack-yaml stack-windows.yaml --no-haddock \
+withcygpreferred stack ghc --no-haddock \
--package nsis Build/NullSoftInstaller.hs
./Build/NullSoftInstaller
mkdir -p dist
-stack ghc --stack-yaml stack-windows.yaml --no-haddock Build/BuildVersion.hs
+stack ghc --no-haddock Build/BuildVersion.hs
./Build/BuildVersion > dist/build-version
# Test git-annex