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

Support GHCi debugger with -fexternal-interpreter #642

Closed alpmestan closed 6 years ago

alpmestan commented 6 years ago

See https://phabricator.haskell.org/D4955#inline-38448.

alpmestan commented 6 years ago

Should we pass that flag to the CabalFlags builder or to the GhcCabal Conf one?

snowleopard commented 6 years ago

@alpmestan I'd like to get rid of CabalFlags at some point (hope to find time for this soon!), so I'd prefer to start switching over to GhcCabal Conf which is more consistent with the rest of the infrastructure. But if doing it using CabalFlags is much easier, go for it :)

alpmestan commented 6 years ago

Done in #648.