documentation links broken in 7.10.1

It seems like haddock's index.html generation is broken in 7.10.1. Namely, it creates links to e.g. Codec-Binary-UTF8-Generic.html when it should be to utf8-string-1/html/Codec-Binary-UTF8-Generic.html This is haddock 2.16.0, which comes with the binary distribution for 7.10.1. I looked at https://github.com/haskell/haddock/issues but didn't see anything related to this, which makes me think it's just me. You'd think someone would notice if all documentation links were broken. Does anyone else see this?

Hi Evan,
This was due to bug #10206 - https://ghc.haskell.org/trac/ghc/ticket/10206
It should already be fixed in the STABLE branch and will be part of 7.10.2.
On Thu, May 21, 2015 at 12:49 PM, Evan Laforge
It seems like haddock's index.html generation is broken in 7.10.1. Namely, it creates links to e.g. Codec-Binary-UTF8-Generic.html when it should be to utf8-string-1/html/Codec-Binary-UTF8-Generic.html
This is haddock 2.16.0, which comes with the binary distribution for 7.10.1.
I looked at https://github.com/haskell/haddock/issues but didn't see anything related to this, which makes me think it's just me. You'd think someone would notice if all documentation links were broken.
Does anyone else see this? _______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users
-- Regards, Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/

Glad to hear. I guess I should have tested the release candidate.
Next time I will!
On Thu, May 21, 2015 at 2:30 PM, Austin Seipp
Hi Evan,
This was due to bug #10206 - https://ghc.haskell.org/trac/ghc/ticket/10206
It should already be fixed in the STABLE branch and will be part of 7.10.2.
On Thu, May 21, 2015 at 12:49 PM, Evan Laforge
wrote: It seems like haddock's index.html generation is broken in 7.10.1. Namely, it creates links to e.g. Codec-Binary-UTF8-Generic.html when it should be to utf8-string-1/html/Codec-Binary-UTF8-Generic.html
This is haddock 2.16.0, which comes with the binary distribution for 7.10.1.
I looked at https://github.com/haskell/haddock/issues but didn't see anything related to this, which makes me think it's just me. You'd think someone would notice if all documentation links were broken.
Does anyone else see this? _______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users
-- Regards,
Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/
participants (2)
-
Austin Seipp
-
Evan Laforge