Re: [Haskell-cafe] Broken ghc documentation links

2010-04-28 Thread Neil Mitchell
Hi,

I have recently updated Hoogle so it points at specific documentation.
If anyone finds any further bugs, please let me know.

I'm hoping to go through Hoogle and revise much of it in the near
future, and intend to put things in place to stop this happening again
(and keep it up to date).

Thanks, Neil

On Mon, Apr 26, 2010 at 2:15 PM, Ivan Lazar Miljenovic
ivan.miljeno...@gmail.com wrote:
 Daniel Fischer daniel.is.fisc...@web.de writes:

 Am Montag 26 April 2010 13:36:22 schrieb Ivan Lazar Miljenovic:
 So, the problem is that there are broken links _in Hoogle_;

 No, hoogle just sends you to
 http://www.haskell.org/ghc/docs/6.12.2/html/libraries/base-4.2.0.1/Prelude.html#t%3AIO
 , which does exist. It's the 'Source' link in the haddocks that sends you
 to the 404 Not Found.
 It's the same with my local docs, I think it's haddock that got confused by
 the move of the IO definition from base to ghc-prim.

 Yeah, as I've said I mis-read the initial problem (I've fielded a few
 queries recently regarding Hoogle not pointing to the 6.12.2 docs and
 initially thought this was another one).

 --
 Ivan Lazar Miljenovic
 ivan.miljeno...@gmail.com
 IvanMiljenovic.wordpress.com
 ___
 Haskell-Cafe mailing list
 Haskell-Cafe@haskell.org
 http://www.haskell.org/mailman/listinfo/haskell-cafe

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] Broken ghc documentation links

2010-04-26 Thread hask...@kudling.de
To reproduce:
 
1) Look for data IO on Hoogle, e.g.
http://haskell.org/ghc/docs/6.12.1/html/libraries/base-4.2.0.0/Prelude.html#t%3AIO

2) Click source, which redirects to
http://haskell.org/ghc/docs/6.12.1/html/libraries/base-4.2.0.0/src/GHC-Types.html#IO
 
3) Observe a Not Found page
 
Is there anyone interested in fixing this?
 
Bye,
Lenny___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Broken ghc documentation links

2010-04-26 Thread Ivan Lazar Miljenovic

So, the problem is that there are broken links _in Hoogle_; have you
thought about contacting the author Neil Mitchell directly?

hask...@kudling.de hask...@kudling.de writes:

 To reproduce:
 
 1) Look for data IO on Hoogle, e.g.
 http://haskell.org/ghc/docs/6.12.1/html/libraries/base-4.2.0.0/Prelude.html#t%3AIO

 2) Click source, which redirects to
 http://haskell.org/ghc/docs/6.12.1/html/libraries/base-4.2.0.0/src/GHC-Types.html#IO
 
 3) Observe a Not Found page
 
 Is there anyone interested in fixing this?


-- 
Ivan Lazar Miljenovic
ivan.miljeno...@gmail.com
IvanMiljenovic.wordpress.com
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Fwd: Re: [Haskell-cafe] Broken ghc documentation links

2010-04-26 Thread hask...@kudling.de
FYI
 

-- Ursprüngliche Nachricht --
Von: hask...@kudling.de hask...@kudling.de
An: Ivan Lazar Miljenovic ivan.miljeno...@gmail.com
Cc: Neil Mitchell ndmitch...@gmail.com
Datum: 26. April 2010 um 13:45
Betreff: Re: [Haskell-cafe] Broken ghc documentation links

Hi,
 
 So, the problem is that there are broken links _in Hoogle_; have you
 thought about contacting the author Neil Mitchell directly?
 
While the URL http://www.haskell.org/hoogle/ contains the word Hoogle, the URL
http://haskell.org/ghc/docs/6.12.1/html/libraries/base-4.2.0.0/Prelude.html#t%3AIO
does not and it does no mention Hoogle on the page either.
 
How did you determine that the latter is related to Hoogle?
 
Bye,
Lnny___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Broken ghc documentation links

2010-04-26 Thread Daniel Fischer
Am Montag 26 April 2010 13:36:22 schrieb Ivan Lazar Miljenovic:
 So, the problem is that there are broken links _in Hoogle_;

No, hoogle just sends you to 
http://www.haskell.org/ghc/docs/6.12.2/html/libraries/base-4.2.0.1/Prelude.html#t%3AIO
, which does exist. It's the 'Source' link in the haddocks that sends you 
to the 404 Not Found.
It's the same with my local docs, I think it's haddock that got confused by 
the move of the IO definition from base to ghc-prim.

 have you
 thought about contacting the author Neil Mitchell directly?

 hask...@kudling.de hask...@kudling.de writes:
  To reproduce:
 
  1) Look for data IO on Hoogle, e.g.
  http://haskell.org/ghc/docs/6.12.1/html/libraries/base-4.2.0.0/Prelude
 .html#t%3AIO
 
  2) Click source, which redirects to
  http://haskell.org/ghc/docs/6.12.1/html/libraries/base-4.2.0.0/src/GHC
 -Types.html#IO
 
  3) Observe a Not Found page
 
  Is there anyone interested in fixing this?

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Broken ghc documentation links

2010-04-26 Thread Ivan Lazar Miljenovic
Daniel Fischer daniel.is.fisc...@web.de writes:

 Am Montag 26 April 2010 13:36:22 schrieb Ivan Lazar Miljenovic:
 So, the problem is that there are broken links _in Hoogle_;

 No, hoogle just sends you to 
 http://www.haskell.org/ghc/docs/6.12.2/html/libraries/base-4.2.0.1/Prelude.html#t%3AIO
 , which does exist. It's the 'Source' link in the haddocks that sends you 
 to the 404 Not Found.
 It's the same with my local docs, I think it's haddock that got confused by 
 the move of the IO definition from base to ghc-prim.

Yeah, as I've said I mis-read the initial problem (I've fielded a few
queries recently regarding Hoogle not pointing to the 6.12.2 docs and
initially thought this was another one).

-- 
Ivan Lazar Miljenovic
ivan.miljeno...@gmail.com
IvanMiljenovic.wordpress.com
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Broken ghc documentation links

2010-04-26 Thread Daniel Fischer
Am Montag 26 April 2010 15:15:03 schrieb Ivan Lazar Miljenovic:
 Daniel Fischer daniel.is.fisc...@web.de writes:
  Am Montag 26 April 2010 13:36:22 schrieb Ivan Lazar Miljenovic:
  So, the problem is that there are broken links _in Hoogle_;
 
  No, hoogle just sends you to
  http://www.haskell.org/ghc/docs/6.12.2/html/libraries/base-4.2.0.1/Pre
 lude.html#t%3AIO , which does exist. It's the 'Source' link in the
  haddocks that sends you to the 404 Not Found.
  It's the same with my local docs, I think it's haddock that got
  confused by the move of the IO definition from base to ghc-prim.

 Yeah, as I've said I mis-read the initial problem (I've fielded a few
 queries recently regarding Hoogle not pointing to the 6.12.2 docs and
 initially thought this was another one).

Yes, I sent the reply before your second reply hit my inbox.
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe