haddock run as part of new-build ignores internal libraries #5949
Labels
Cabal: cmd/haddock
cabal-install: cmd/haddock
cabal-install: nix-local-build
re: internal library
Concerning internal libraries in packages
type: bug
When I run 'cabal new-build', haddock ignores internal libraries. E.g., in this project
https://github.com/LambdaHack/LambdaHack/blob/ed0328a231a61adfe551de78c4814a9565a7681a/LambdaHack.cabal#L164
OTOH, 'cabal new-haddock' processes all the internal libraries.
BTW, the internal libraries are very useful to me; in particular, they lower compilation time considerably (.hi files don't hog gigabytes of memory).
The text was updated successfully, but these errors were encountered: