Re: [Haskell-cafe] Missing documentation in Haskell Platform on Windows

2010-09-03 Thread Andrew Coppin
Don Stewart wrote: andrewcoppin: Almost every release of GHC that I can remember has had the links for the "mtl" package broken. (The Control.Monad.XXX modules are mostly from mtl. But, for example, Control.Monad.Fix is from base. I bet you'll find it works just fine.) Well spotte

Re: [Haskell-cafe] Missing documentation in Haskell Platform on Windows

2010-09-02 Thread Bas van Dijk
On Thu, Sep 2, 2010 at 8:20 PM, Daniel Fischer wrote: > On Thursday 02 September 2010 20:05:12, Daniel Fischer wrote: >> >> Probably not. I'm on Linux and build my GHCs from source. There's no >> directory mtl-1.1.0.2 in ~/share/doc/ghc/html/libraries although it's >> linked to from the package in

Re: [Haskell-cafe] Missing documentation in Haskell Platform on Windows

2010-09-02 Thread Daniel Fischer
On Thursday 02 September 2010 20:05:12, Daniel Fischer wrote: > > Probably not. I'm on Linux and build my GHCs from source. There's no > directory mtl-1.1.0.2 in ~/share/doc/ghc/html/libraries although it's > linked to from the package index built with the compiler. (Hadn't > noticed before because

Re: [Haskell-cafe] Missing documentation in Haskell Platform on Windows

2010-09-02 Thread Daniel Fischer
On Thursday 02 September 2010 19:34:07, Don Stewart wrote: > andrewcoppin: > > Arnaud Bailly wrote: > >> Hello, > >> I installed (succesfully) HAskell Platform 2010.2 on windows and have > >> a small but annoying issue: Some links in HTML documentation lead to > >> broken links. I did not investiga

Re: [Haskell-cafe] Missing documentation in Haskell Platform on Windows

2010-09-02 Thread Don Stewart
andrewcoppin: > Arnaud Bailly wrote: >> Hello, >> I installed (succesfully) HAskell Platform 2010.2 on windows and have >> a small but annoying issue: Some links in HTML documentation lead to >> broken links. I did not investigate all the links, but I have seen >> that all doc under Control.M

Re: [Haskell-cafe] Missing documentation in Haskell Platform on Windows

2010-09-02 Thread Andrew Coppin
Arnaud Bailly wrote: Hello, I installed (succesfully) HAskell Platform 2010.2 on windows and have a small but annoying issue: Some links in HTML documentation lead to broken links. I did not investigate all the links, but I have seen that all doc under Control.Monad.XXX is missing. What am I d

Re: [Haskell-cafe] Missing documentation in Haskell Platform on Windows

2010-08-31 Thread Ivan Lazar Miljenovic
On 1 September 2010 14:25, Arnaud Bailly wrote: > Hello, > I installed (succesfully) HAskell Platform 2010.2 on windows and have a > small but annoying issue: Some links in HTML documentation lead to broken > links. I did not investigate all the links, but I have seen that all doc > under Control.

[Haskell-cafe] Missing documentation in Haskell Platform on Windows

2010-08-31 Thread Arnaud Bailly
Hello, I installed (succesfully) HAskell Platform 2010.2 on windows and have a small but annoying issue: Some links in HTML documentation lead to broken links. I did not investigate all the links, but I have seen that all doc under Control.Monad.XXX is missing. What am I doing wrong ? Arnaud _