Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Haddock "#Source" links are uninformative #81

Closed
andreasabel opened this issue Nov 2, 2020 · 3 comments · Fixed by #95
Closed

Haddock "#Source" links are uninformative #81

andreasabel opened this issue Nov 2, 2020 · 3 comments · Fixed by #95

Comments

@andreasabel
Copy link
Member

For any function on https://hackage.haskell.org/package/filepath-1.4.2.1/docs/System-FilePath-Posix.html, if I click on # Source, I just see this:

{-# LANGUAGE CPP #-}
#define MODULE_NAME     Posix
#define IS_WINDOWS      False
#include "Internal.hs"

This does not allow me to navigate to the point of interest in the source code.

@hasufell
Copy link
Member

@Kleidukos is there a known fix for this problem?

@Kleidukos
Copy link
Member

Not that I know of, and worse, might even be related to how GHC gives us the info about the source code. :/

@hasufell
Copy link
Member

hasufell commented Dec 7, 2021

This is released: https://hackage.haskell.org/package/filepath-1.4.2.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants