summaryrefslogtreecommitdiff
path: root/compiler/GHC/Utils/Ppr
Commit message (Collapse)AuthorAgeFilesLines
* Export pprTrace and friends from GHC.Prelude.Andreas Klebinger2022-11-031-1/+1
| | | | | Introduces GHC.Prelude.Basic which can be used in modules which are a dependency of the ppr code.
* Put tracing functions into their own moduleSylvain Henry2021-06-221-1/+6
| | | | | | | | 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. A few modules needed to be moved to avoid loops in DEBUG mode.
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-0/+101
Update Haddock submodule Metric Increase: haddock.compiler