Disable haddock on Windows CI.

This commit is contained in:
David Himmelstrup 2020-07-08 16:30:07 +08:00
commit 7226456e63

View file

@ -70,5 +70,5 @@ jobs:
stack test --flag reanimate:test --test-arguments="-j2" --fast
displayName: 'Build & Test'
- script: |
stack haddock --no-haddock-deps
# stack haddock --no-haddock-deps
displayName: 'Build documentation'