-
Notifications
You must be signed in to change notification settings - Fork 851
Closed
Milestone
Description
From what I see, haddocks aren't built when installing dependencies.
It would be nice to support these use cases:
- I only want to install an app and don't care about haddocks, don't waste my time
- I have plenty of time, build haddocks while installing packages
- I want to get started ASAP, so for now, only build the dependencies, but later I may want to run
stack haddockand have it build the haddocks for the dependencies (without rebuilding them, of course). In other words, be able to build haddocks on demand.
Reactions are currently unavailable