summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-24 13:37:57 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-24 13:37:57 -0400
commit9f783233168207b6c59ca534ee4d2e460879f566 (patch)
treed9b143de7b58b20122694fb6c3c99f7682fab5bf
parent4f39b8d5ca611b13934b60db27dca6d2ac2e3c70 (diff)
--no-haddock
-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