
Hi devs, I’m not sure who is responsible for this (Austin? Herbert?), but http://www.haskell.org/ghc/docs/latest/html/users_guide/index.html links to v7.8.1, though 7.8.2 is available. We should update. Thanks, Richard

This is fixed, thanks Richard. I just forgot to update the symlink.
On Mon, Apr 21, 2014 at 1:18 PM, Richard Eisenberg
Hi devs,
I’m not sure who is responsible for this (Austin? Herbert?), but http://www.haskell.org/ghc/docs/latest/html/users_guide/index.html links to v7.8.1, though 7.8.2 is available. We should update.
Thanks, Richard
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs
-- Regards, Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/

Somewhat related: Using Hoogle with +ghc will give results which link
into the ghc haddock docs.
For instance: http://www.haskell.org/hoogle/?hoogle=%2Bghc+getOccName
The link for 'getOccName' points to:
http://www.haskell.org/ghc/docs/latest/html/libraries/ghc/Name.html#v:getOcc...
which gives a 404. But this link (adding the version number 7.8.2 in) does:
http://www.haskell.org/ghc/docs/latest/html/libraries/ghc-7.8.2/Name.html#v:...
I'm not sure if this is Hoogle's fault or something someone on
ghc-devs can fix, but can you symlink (or otherwise redirect) the
'ghc' to 'ghc-7.8.2'?
On Mon, Apr 21, 2014 at 11:48 PM, Austin Seipp
This is fixed, thanks Richard. I just forgot to update the symlink.
On Mon, Apr 21, 2014 at 1:18 PM, Richard Eisenberg
wrote: Hi devs,
I’m not sure who is responsible for this (Austin? Herbert?), but http://www.haskell.org/ghc/docs/latest/html/users_guide/index.html links to v7.8.1, though 7.8.2 is available. We should update.
Thanks, Richard
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs
-- Regards,
Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/ _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

This is now fixed as well, including as other possible issues.
Thanks!
On Tue, Apr 22, 2014 at 1:07 AM, Andrew Farmer
Somewhat related: Using Hoogle with +ghc will give results which link into the ghc haddock docs.
For instance: http://www.haskell.org/hoogle/?hoogle=%2Bghc+getOccName
The link for 'getOccName' points to:
http://www.haskell.org/ghc/docs/latest/html/libraries/ghc/Name.html#v:getOcc...
which gives a 404. But this link (adding the version number 7.8.2 in) does:
http://www.haskell.org/ghc/docs/latest/html/libraries/ghc-7.8.2/Name.html#v:...
I'm not sure if this is Hoogle's fault or something someone on ghc-devs can fix, but can you symlink (or otherwise redirect) the 'ghc' to 'ghc-7.8.2'?
On Mon, Apr 21, 2014 at 11:48 PM, Austin Seipp
wrote: This is fixed, thanks Richard. I just forgot to update the symlink.
On Mon, Apr 21, 2014 at 1:18 PM, Richard Eisenberg
wrote: Hi devs,
I’m not sure who is responsible for this (Austin? Herbert?), but http://www.haskell.org/ghc/docs/latest/html/users_guide/index.html links to v7.8.1, though 7.8.2 is available. We should update.
Thanks, Richard
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs
-- Regards,
Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/ _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs
ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs
-- Regards, Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/
participants (3)
-
Andrew Farmer
-
Austin Seipp
-
Richard Eisenberg