Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GHC.Driver.Types refactoring (#1242) | Sylvain Henry | 2020-10-26 | 1 | -1/+1 |
| | |||||
* | Fix for GHC.Unit.* modules | Sylvain Henry | 2020-04-27 | 1 | -1/+1 |
| | |||||
* | Module structure | Sylvain Henry | 2020-04-24 | 1 | -2/+2 |
| | |||||
* | Modules: Types | Sylvain Henry | 2020-03-18 | 1 | -3/+3 |
| | |||||
* | Precise Haddock: Use Avails for export resolution (#688) | Alexander Biehl | 2017-10-08 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use Avails for export resolution * Support reexported modules * Factor out availExportItem * Use avails for fullModuleExports * Don't use subMap in attachInstances * lookupDocs without subMap * Completely remove subMap * Only calculate unqualified modules when explicit export list is given * Refactor * Refine comment * return * Fix * Refactoring * Split avail if declaration is not exported itself * Move avail splitting | ||||
* | Provide --show-interface option to dump interfaces (#645) | Alexander Biehl | 2017-08-06 | 1 | -0/+109 |
* WIP: Provide --show-interface option to dump interfaces Like ghcs own --show-iface this flag dumps a binary interface file to stdout in a human (and machine) readable fashion. Currently it uses json as output format. * Fill all the jsonNull stubs * Rework Bifunctor instance of DocH, update changelog and documentation * replace changelog, bring DocMarkupH doc back * Update CHANGES.md * Update CHANGES.md * Move Control.Arrow up It would result in unused import if the Bifunctor instance is not generated. |