From d4ebe5c270d99b5300bee3e778c9dcfa4bc60f2c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 22 Oct 2017 14:50:09 -0400 Subject: disable haddock --- standalone/windows/build.sh | 4 ++-- 1 file 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/. -- cgit v1.2.3