Hi, because http://www.haskell.org/haddock/ seems to be out-of date, and http://trac.haskell.org/haddock doesn't accept new tickets (even with a newly registered account), i'll dump this here:
- cross-package module references don't work. The broken link to System.IO in the first paragraoh from http://www.haskell.org/ghc/docs/7.0-latest/html/libraries/unix-2.4.2.0/System-Posix-IO.html demonstrates the problem. I'm not sure wether is can be fixed in general (if ther are several haddock interfaces specified with --read-interface, it may be impossible for haddock to guess the right one). - the documentation for haddock's --read-interface is outdated or at least incomplete. In a current ghc build, there are *three* comma-separated values passed to --read-interface. (See commit dbd4b5697ca01d0c629511b9ff533fd487a2e919 in the ghc git repository from Ian, "Give haddock per-package source entity paths; fixes #3810"). Ciao, Kili _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
