aesiniath / unbeliever

Opinionated Haskell Interoperability
https://hackage.haskell.org/package/unbeliever
MIT License
33 stars 11 forks source link

Fix forward links, again #175

Closed istathar closed 1 year ago

istathar commented 1 year ago

Another attempt to fix the Haddock links from Render. The last attempt in #174 didn't work because it's still trying to find the target module in core-text and not in core-program. Presumably it would work if the latter was in scope and imported, but it's not, so boo.

According to https://haskell-haddock.readthedocs.io/en/latest/markup.html#links the Markdown style [text](url) syntax should work, but when I do the Haddock generation locally it doesn't render properly.

(which is ironic given this is in a typeclass named Render)

Maybe this will work on Hackage but boo.