
Hi, I have the problem that I can't haddock literate modules (latex-style),
haddock -h -o docs Test.lhs Test.lhs:1:1: Parse error
the file begins with "\begin{code}". Does anybody know what's up and what to do about it? Furthermore, in the documentation of ghc-6.4.2005..., only four modules from base/GHC are included, in the documentation for ghc-6.2.2 there were 29. In particular, the absence of GHC.List, GHC.Show and GHC.Read is extremely annoying. Any suggestions how to remedy this? Thanks in advance, Daniel

On Tue, Mar 08, 2005 at 04:25:49PM +0100, Daniel Fischer wrote:
Furthermore, in the documentation of ghc-6.4.2005..., only four modules from base/GHC are included, in the documentation for ghc-6.2.2 there were 29. In particular, the absence of GHC.List, GHC.Show and GHC.Read is extremely annoying.
Any suggestions how to remedy this?
You could use the recommended interface: Data.List, Text.Show, Text.Read and GHC.Exts.

Am Dienstag, 8. März 2005 17:12 schrieben Sie:
On Tue, Mar 08, 2005 at 04:25:49PM +0100, Daniel Fischer wrote:
Furthermore, in the documentation of ghc-6.4.2005..., only four modules from base/GHC are included, in the documentation for ghc-6.2.2 there were 29. In particular, the absence of GHC.List, GHC.Show and GHC.Read is extremely annoying.
Any suggestions how to remedy this?
You could use the recommended interface: Data.List, Text.Show, Text.Read and GHC.Exts.
Yes, but I like to sometimes look at the nitty-gritty bits, and at least from Data.Dynamic and Data.Typeable there are hyperlinks to GHC.Show.html and GHC.Base.html, which don't exist anymore :-(

On Tue, Mar 08, 2005 at 11:22:10PM +0100, Daniel Fischer wrote:
Am Dienstag, 8. März 2005 17:12 schrieben Sie:
On Tue, Mar 08, 2005 at 04:25:49PM +0100, Daniel Fischer wrote:
Furthermore, in the documentation of ghc-6.4.2005..., only four modules from base/GHC are included, in the documentation for ghc-6.2.2 there were 29. In particular, the absence of GHC.List, GHC.Show and GHC.Read is extremely annoying.
Any suggestions how to remedy this?
You could use the recommended interface: Data.List, Text.Show, Text.Read and GHC.Exts.
Yes, but I like to sometimes look at the nitty-gritty bits, and at least from Data.Dynamic and Data.Typeable there are hyperlinks to GHC.Show.html and GHC.Base.html, which don't exist anymore :-(
Ah, you need to build the library documentation for 6.4 with the CVS version of Haddock, which doesn't make hyperlinks to hidden modules. Have a look at http://www.haskell.org/ghc/docs/6.4/html/
participants (3)
-
Daniel Fischer
-
Ross Paterson
-
ross@soi.city.ac.uk