disable haddock

This commit is contained in:
Joey Hess 2017-10-22 14:50:09 -04:00
parent 0e766a41c6
commit 87c6f506e7
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -39,10 +39,10 @@ export UPGRADE_LOCATION
# configure scripts for haskell libraries to link them with the cygwin # configure scripts for haskell libraries to link them with the cygwin
# libraries. # libraries.
stack setup --stack-yaml standalone/windows/stack.yaml 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 # 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. # Get extra programs to bundle with git-annex.
# These are msys2 programs, from https://msys2.github.io/. # These are msys2 programs, from https://msys2.github.io/.