Skip to content

Draft: hadrian: Allow multiple components per package

Ben Gamari requested to merge wip/T23690 into master

Historically hadrian has supported only one component per Package. However, recently both ghc-toolchain and hpc have run into this limitation. Here we lift this limitation in a minimal manner, using the declared PackageType to choose between the components provided by the package.

Fixes #23690.

Merge request reports