
Hi, https://downloads.haskell.org/~ghc/latest/ still points to https://downloads.haskell.org/~ghc/7.10.2/ and not https://downloads.haskell.org/~ghc/7.10.3/ Greetings, Joachim -- Joachim “nomeata” Breitner mail@joachim-breitner.de • http://www.joachim-breitner.de/ Jabber: nomeata@joachim-breitner.de • GPG-Key: 0xF0FBF51F Debian Developer: nomeata@debian.org

Joachim Breitner
Hi,
https://downloads.haskell.org/~ghc/latest/ still points to https://downloads.haskell.org/~ghc/7.10.2/ and not https://downloads.haskell.org/~ghc/7.10.3/
So you are right. It should be fixed now. Cheers, - Ben

Possibly related, when I use hoogle to look up GHC things ("+ghc
Unique", for instance) and try to click through to the haddocks, it
always 404s.
If I change the link from:
https://downloads.haskell.org/~ghc/latest/docs/html/libraries/ghc/Unique.htm...
to:
https://downloads.haskell.org/~ghc/latest/docs/html/libraries/ghc-7.10.3/Uni...
Then it works.
So, is there a way to point:
https://downloads.haskell.org/~ghc/latest/docs/html/libraries/ghc
to:
https://downloads.haskell.org/~ghc/latest/docs/html/libraries/ghc-7.10.3
?
On Mon, Jan 4, 2016 at 5:32 PM, Ben Gamari
Joachim Breitner
writes: Hi,
https://downloads.haskell.org/~ghc/latest/ still points to https://downloads.haskell.org/~ghc/7.10.2/ and not https://downloads.haskell.org/~ghc/7.10.3/
So you are right. It should be fixed now.
Cheers,
- Ben
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Andrew Farmer
Possibly related, when I use hoogle to look up GHC things ("+ghc Unique", for instance) and try to click through to the haddocks, it always 404s.
I've gone ahead and created a symlink for now. That being said, this seems like a very hacky solution. Moreover, I doubt that the database that the haskell.org Hoogle instance is using matches the current state of the code. We should probably try to update it. Cheers, - Ben

Yeah, I had to ask for this once before and it broke again with a new
GHC version, so I figured it wasn't the right solution. I take it most
people don't use hoogle on the GHC codebase... but I find it useful to
search by type signature.
Thanks for the temporary fix though!
On Tue, Jan 5, 2016 at 2:48 PM, Ben Gamari
Andrew Farmer
writes: Possibly related, when I use hoogle to look up GHC things ("+ghc Unique", for instance) and try to click through to the haddocks, it always 404s.
I've gone ahead and created a symlink for now. That being said, this seems like a very hacky solution.
Moreover, I doubt that the database that the haskell.org Hoogle instance is using matches the current state of the code. We should probably try to update it.
Cheers,
- Ben

Andrew Farmer
Yeah, I had to ask for this once before and it broke again with a new GHC version, so I figured it wasn't the right solution. I take it most people don't use hoogle on the GHC codebase... but I find it useful to search by type signature.
I typically use hoogle (with hoogle-index [1]) locally, since then I know I have my entire local package database indexed. In principle GHC's build system should be generating hoogle files for the packages which we build. That being said, I'm having some difficulty finding them. I'll need to look into this. Cheers, - Ben
participants (4)
-
Andrew Farmer
-
Ben Gamari
-
Ben Gamari
-
Joachim Breitner