From 9f783233168207b6c59ca534ee4d2e460879f566 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 24 Oct 2017 13:37:57 -0400 Subject: --no-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 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 -- cgit v1.2.3