-
Notifications
You must be signed in to change notification settings - Fork 200
"Modules" section links to non-existing haddock documentation when using cabal flags #63
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
Comments
Actually it's a general problem that hackage doesn't know about haddock's hide feature, or in this case conditional modules. The solution is to check in the tarball index which modules exist. The old hackage has the same problem. |
A similar problem also occurs here: http://hackage.haskell.org/package/hydra-hs Things to note in that package:
Locally, documentation generation works fine. |
heres the walk through duncan just gave me
|
also
|
|
looks like we fixed this, even though i can't track down the PR... |
http://beta.hackage.haskell.org/package/tagsoup contains a link to the haddock documentation for Text.HTML.Download, but the documentation for that module does not exist.
The cabal file for this package contains a flag ('download') which controls whether the module in question is exposed by the package or not. This seems to confuse hackage.
The text was updated successfully, but these errors were encountered: