commercialhaskell/stack

Add `--all-packages`

Open

#1,479 opened on Dec 8, 2015

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Haskell (848 forks)batch import
component: haddockhelp wantedtype: enhancement

Repository metrics

Stars
 (4,060 stars)
PR merge metrics
 (Avg merge 17d 10h) (6 merged PRs in 30d)

Description

The stack haddock command currently generates documentation for the current build plan (which can include dependencies or not).

It would be good to have a flag like --all-packages so that haddocks would be generated for everything in the complete available package set.

Contributor guide