Skip to content

WIP: ghc -M: Ensure that .hs-boot files are built before .hs files

Ben Gamari requested to merge wip/T14482 into master

Fixes #14481 (closed) by injecting a dependency from object files of modules with hs-boot sources to the associated hi-boot file.

Merge request reports