
Hi, I installed Ghc 5.04 (SuSE rpms), and was checking the documentation. I opened what seemed to me the main index file: file:/usr/share/doc/packages/ghc/docs/index.html There we have links to: 1. The User's Guide: file:/usr/share/doc/packages/ghc/docs/users_guide/users-guide.html The correct link is actually: file:/usr/share/doc/packages/ghc/docs/users_guide/users_guide/users-guide.html In file:/usr/share/doc/packages/ghc/docs/users_guide/ there are the what appears to be the "users-guide" sources. I don't know wether they were included by mistake or not. 2. Libraries, namely Base: file:/usr/share/doc/packages/ghc/docs/base/index.html Haskell98: file:/usr/share/doc/packages/ghc/docs/haskell98/index.html Network: file:/usr/share/doc/packages/ghc/docs/network/index.html Haskell-src: file:/usr/share/doc/packages/ghc/docs/haskell-src/index.html None of this links work. I can't find the libraries documentation anywhere in file:/usr/share/doc/packages/ghc/docs/ Same goes to hslibs - the "old haskell libraries". file:/usr/share/doc/packages/ghc/docs/hslibs/book-hslibs.html I listed the files in the RedHat ghc documentation package, and this seemed to be missing too. What am I missing here? Just the Ghc docs or something else? :) J.A.