aboutsummaryrefslogtreecommitdiff
path: root/standalone/windows/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'standalone/windows/build.sh')
-rwxr-xr-xstandalone/windows/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index 3b3e299ac..b285de629 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -39,10 +39,10 @@ export UPGRADE_LOCATION
# configure scripts for haskell libraries to link them with the cygwin
# libraries.
stack setup --stack-yaml standalone/windows/stack.yaml
-stack build --stack-yaml standalone/windows/stack.yaml --dependencies-only
+stack build --stack-yaml standalone/windows/stack.yaml --no-haddock --dependencies-only
# Build git-annex
-withcyg stack build --stack-yaml standalone/windows/stack.yaml
+withcyg stack build --stack-yaml --no-haddock standalone/windows/stack.yaml
# Get extra programs to bundle with git-annex.
# These are msys2 programs, from https://msys2.github.io/.