Skip to content

"Page not found" on definitely existing modules #143

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

Closed
nikita-volkov opened this issue Oct 23, 2013 · 2 comments
Closed

"Page not found" on definitely existing modules #143

nikita-volkov opened this issue Oct 23, 2013 · 2 comments

Comments

@nikita-volkov
Copy link

E.g.:
http://hackage.haskell.org/package/base-4.6.0.1/docs/GHC-IO-Exception.html

@dcoutts
Copy link
Contributor

dcoutts commented Oct 24, 2013

See http://hackage.haskell.org/package/base-4.6.0.1/src/GHC/IO/Exception.hs

{-# OPTIONS_HADDOCK hide #-}

This means the module does not get a doc page. So the problem is just that we generate a link to it. See ticket #63

@dcoutts dcoutts closed this as completed Oct 24, 2013
@nikita-volkov
Copy link
Author

Here is another example of a module, which does not have {-# OPTIONS_HADDOCK hide #-}:
http://hackage.haskell.org/package/postgresql-simple-0.3.9.0/docs/Database-PostgreSQL-Simple.html

Please, reopen the issue.

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

No branches or pull requests

2 participants