Following up from How to exclude dependencies when building haddocks? I'm stuck in the following loop:
- Run the following command:
stack haddock --no-haddock-deps webservice
- Wait for the
webservice
library to be built - Haddock then starts processing from the very first source file
- Haddock fails on some trivial parse error related to comments
- Fix such parse errors
- Go to step 1
Is there any way to get stack/haddock to start from where it errored out, without going through steps (2) and (3) above?