aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/ModuleTree.hs
Commit message (Collapse)AuthorAgeFilesLines
* Fix after unit refactoringSylvain Henry2020-06-081-7/+6
|
* Fix for GHC.Unit.* modulesSylvain Henry2020-04-271-2/+2
|
* UnitId has been renamed into UnitSylvain Henry2020-04-271-3/+3
|
* Renamed UnitInfo fieldsSylvain Henry2020-04-271-2/+2
|
* Modules: TypesSylvain Henry2020-03-181-2/+2
|
* Modules: Driver (#13009)Sylvain Henry2020-02-191-2/+2
|
* Rename lookupPackageSylvain Henry2020-01-261-2/+2
|
* Rename PackageConfig into UnitInfoSylvain Henry2020-01-261-2/+1
|
* Supported reexported-modules via --reexport flag.Edward Z. Yang2017-10-311-14/+16
| | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
* s/PackageKey/UnitId/g and s/packageKey/unitId/gEdward Z. Yang2015-12-141-3/+3
| | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
* Change ModuleTree Node to carry PackageKey and SourcePackageId to resolve #385Murray Campbell2015-05-111-19/+22
| | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com> (cherry picked from commit 2380f07c430c525b205ce2eae6dab23c8388d899)
* Properly render package ID (not package key) in index, fixes #329.Edward Z. Yang2014-12-121-5/+8
| | | | | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> Conflicts: haddock-api/src/Haddock/ModuleTree.hs
* Revert "Merge branch 'reverts'"Mateusz Kowalczyk2014-12-121-3/+3
| | | | | | | | This reverts commit 5c93cc347773c7634321edd5f808d5b55b46301f, reversing changes made to 5b81a9e53894d2ae591ca0c6c96199632d39eb06. Conflicts: haddock-api/src/Haddock/Convert.hs
* Allow the parser to spit out meta-infoMateusz Kowalczyk2014-12-101-5/+5
| | | | | | | | | | | | | | | Currently we only use it only for ‘since’ annotations but with these patches it should be fairly simple to add new attributes if we wish to. Closes #26. It seems to work fine but due to 7.10 rush I don't have the chance to do more exhaustive testing right now. The way the meta is output (emphasis at the end of the whole comment) is fairly arbitrary and subject to bikeshedding. Note that this makes test for Bug310 fail due to interface version bump: it can't find the docs for base with this interface version so it fails. There is not much we can do to help this because it tests for ’built-in’ identifier, not something we can provide ourselves.
* Move sources under haddock-api/srcMateusz Kowalczyk2014-08-231-0/+56