snowleopard / hadrian

Hadrian: a new build system for the Glasgow Haskell Compiler. Now merged into the GHC tree!
https://gitlab.haskell.org/ghc/ghc/tree/master/hadrian
MIT License
208 stars 39 forks source link

Remove GhcCabal buider #635

Closed chitrak7 closed 5 years ago

chitrak7 commented 6 years ago

With #531, GhcCabal builder has become redundant. We have to remove the builder and generate arguments separately.

snowleopard commented 5 years ago

Done in #658.