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

Fix #2886: include package names in the haddock index. #3226

Merged
merged 1 commit into from Jul 13, 2017

Conversation

judah
Copy link
Contributor

@judah judah commented Jun 21, 2017

It turned out that Haddock expects to see packages with those names
in the GHC package DB, and omits the names otherwise. Pointing
Haddock to the local and snapshot DBs resolved the issue.

  • Any changes that could be relevant to users have been recorded in the ChangeLog.md

Tested by running "stack haddock" for a local package and verifying that all the generated index.html files (local packages, local packages and deps, snapshot packages) list the package name for each module.

It turned out that Haddock expects to see packages with those names
in the GHC package DB, and omits the names otherwise.  Pointing
Haddock to the local and snapshot DBs resolved the issue.
@snoyberg snoyberg merged commit 1fcf46e into commercialhaskell:master Jul 13, 2017
@snoyberg
Copy link
Contributor

Thank you!

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

Successfully merging this pull request may close these issues.

None yet

2 participants