summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 fb3fef479..73dd27908 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -68,11 +68,11 @@ stack build -j 1 --stack-yaml standalone/windows/stack.yaml --no-haddock --depen
withcyg stack build --stack-yaml standalone/windows/stack.yaml
# Build the installer
-withcygpreferred stack runghc --stack-yaml standalone/windows/stack.yaml \
+withcygpreferred stack runghc --stack-yaml standalone/windows/stack.yaml --no-haddock \
--package nsis Build/NullSoftInstaller.hs
rm -f dist/build-version
-stack runghc --stack-yaml standalone/windows/stack.yaml \
+stack runghc --stack-yaml standalone/windows/stack.yaml --no-haddock \
Build/BuildVersion.hs > dist/build-version
# Test git-annex