You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support listing signatures and reexported modules.
This is a partial patch which improves Hackage package
description rendering of modules. Now, instead of
ignoring reexported-modules and signatures, they get
displayed.
This is incomplete because:
- reexported-module links will always be broken, because
we'll be testing for HTML files which will never exist
(Haddock doesn't currently generate HTML for reexported
modules, although it may in the future.)
- Signatures might be inherited from dependencies (and
even get Haddock documentation for them), but we won't
display them unless they are explicitly listed in
signatures.
Signed-off-by: Edward Z. Yang <[email protected]>
(cherry picked from commit 389d9a4; relates to #577)
0 commit comments