Skip to content

Put tracing functions into their own module

Sylvain Henry requested to merge hsyl20/ghc:hsyl20/dynflags-trace into master
Now that Outputable is independent of DynFlags, we can put tracing
functions using SDocs into their own module that doesn't transitively
depend on any GHC.Driver.* module.

Merge request reports