aboutsummaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-22 14:50:09 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-22 14:50:09 -0400
commitd4ebe5c270d99b5300bee3e778c9dcfa4bc60f2c (patch)
treecff9c2e9022bd27acd607f925907ce4d0daa5a19 /standalone
parent43aae542d8ea23d89599f21d56e076d06924f8cf (diff)
disable haddock
Diffstat (limited to 'standalone')
-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/.