On Sunday 15 May 2005 8:24 pm, Dominic Steinitz wrote:
On Sun, 2005-05-15 at 18:51 +0100, Dominic Steinitz wrote:
/ > Dominic Steinitz writes:
/>/ > />/ I've downloaded />/ http://www.haskell.org/ghc/docs/latest/html/libraries/base/base.haddock and I />/ still get the same errors. Is this incompatible with Haddock version 0.6? / Probably so because the current ghc library documentation is generated with Haddock 0.7 (which is the current cvs version of Haddock). We're hoping it will be released officially in the not to distant future (though if you like you can use the cvs version now as it's perfectly usable).
The .haddock files are in a binary format and so are almost certainly not compatible between versions (like ghc .hi files).
It would be nice if haddock gave some sort of error message in this case rather than ignoring the file. And downloading http://www.haskell.org/ghc/docs/6.2.1/html/libraries/base/base.haddock solves the problem.
Dominic.