Skip to content

haddock: Build haddock-api and haddock-library using hadrian

Zubin requested to merge wip/hadddock-libraries into master

haddock: Build haddock-api and haddock-library using hadrian

We build these two packages as regular boot library dependencies rather than using the in-ghc-tree flag to include the source files into the haddock executable.

The in-ghc-tree flag is moved into haddock-api to ensure that haddock built from hackage can still find the location of the GHC bindist using ghc-paths.

Addresses #24834

Merge request reports