--no-haddock

This commit is contained in:
Joey Hess 2017-10-24 13:37:57 -04:00
parent 21d6df8f91
commit 0804599941
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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