hackage-server icon indicating copy to clipboard operation
hackage-server copied to clipboard

Re-exported modules in index are not linked

Open harpocrates opened this issue 6 years ago • 1 comments

Initially brought up in https://github.com/haskell/cabal/issues/6066. Basically: modules that are re-exported currently aren't linked in the Hackage listing of modules in a package. Example: https://hackage.haskell.org/package/ghcjs-dom-0.9.4.0.

harpocrates avatar Jun 30 '19 01:06 harpocrates

See also #577.

A workaround, discovered by @phadej and implemented for optics (https://github.com/well-typed/optics/pull/465), is to manually upload a doc tarball that includes copies of the relevant files, because then Hackage will link them.

adamgundry avatar Jul 13 '22 20:07 adamgundry