-
Notifications
You must be signed in to change notification settings - Fork 711
Haddock windows link problems #1406
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
ghc-pkg describe output:
cabal --version
|
Please report haddock bugs at http://trac.haskell.org/haddock |
Indeed, this looks like a Haddock bug, so closing. Please report this to Haddock developers. |
Haddock thinks this is cabals fault. This turns out to be a duplicate of #1064 . Also see on the haddock tracker; http://trac.haskell.org/haddock/ticket/218 |
Thanks for investigating. (Interestingly, the bug numbers are anagrams.) Could you test the patch referenced above? |
Patch works perfectly, thanks! |
On windows the documentation index file is generated with links that look like this (in the HTML):
<a href="C:\Users\Kyle\AppData\Roaming\cabal\doc\parsec-3.1.3\html/Text-Parsec-Text.html">
Unfourtunately, when these are clicked Firefox gives an error like this;
The fix is to add file:// to the beginning of all the links.
The text was updated successfully, but these errors were encountered: