Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Ben Gamari's avatar
    5d80d141
    rules/build-prog: Ensure programs depend upon their transitive deps · 5d80d141
    Ben Gamari authored
    Previously programs only depended upon the direct dependencies; while I
    would have thought that this would be sufficient, somehow we were
    getting to the link step of building `ghc-pkg` before `ghc-boot-th` was
    built (despite the fact that `ghc-boot` has a direct dependency on
    `ghc-boot-th`).
    
    See #12078.
    5d80d141
    History
    rules/build-prog: Ensure programs depend upon their transitive deps
    Ben Gamari authored
    Previously programs only depended upon the direct dependencies; while I
    would have thought that this would be sufficient, somehow we were
    getting to the link step of building `ghc-pkg` before `ghc-boot-th` was
    built (despite the fact that `ghc-boot` has a direct dependency on
    `ghc-boot-th`).
    
    See #12078.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.