Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmm: Eliminate orphan Outputable instances | Ben Gamari | 2022-07-16 | 1 | -0/+4 |
| | | | | | | | Here we reorganize `GHC.Cmm` to eliminate the orphan `Outputable` and `OutputableP` instances for the Cmm AST. This makes it significantly easier to use the Cmm pretty-printers in tracing output without incurring module import cycles. | ||||
* | Fix all invalid haddock comments in the compiler | Zubin Duggal | 2022-03-29 | 1 | -6/+6 |
| | | | | Fixes #20935 and #20924 | ||||
* | Modules: Utils and Data (#13009) | Sylvain Henry | 2020-04-26 | 1 | -2/+2 |
| | | | | | | | Update Haddock submodule Metric Increase: haddock.compiler | ||||
* | Use Type instead of * in GHC | Ben Gamari | 2020-02-20 | 1 | -2/+4 |
| | |||||
* | Module hierarchy: Cmm (cf #13009) | Sylvain Henry | 2020-01-25 | 1 | -0/+186 |