I tried to "make html" to create the docs and I got this:
----------
mkdir ../html
mkdir ../html/unix
/usr/bin/haddock -t "Haskell Hierarchical Libraries (unix package)"
-h -o ../html/unix System/Posix.raw-hs System/Posix/Directory.raw-hs
System/Posix/DynamicLinker.raw-hs
System/Posix/DynamicLinker/Module.raw-hs
System/Posix/DynamicLinker/Prim.raw-hs System/Posix/Env.raw-hs
System/Posix/Error.raw-hs System/Posix/Files.raw-hs
System/Posix/IO.raw-hs System/Posix/Process.raw-hs
System/Posix/Resource.raw-hs System/Posix/Signals/Exts.raw-hs
System/Posix/Temp.raw-hs System/Posix/Terminal.raw-hs
System/Posix/Time.raw-hs System/Posix/Unistd.raw-hs
System/Posix/User.raw-hs \
--package=unix \
--dump-interface=unix.haddock \
--use-index=../doc-index.html --use-contents=../index.html \
--read-interface=../base,../base/base.haddock
haddock.bin: ../base/base.haddock: openBinaryFile: does not exist (No
such file or directory)
make: *** [../html/unix/haddock.css] Error 1
----------
After building GHC is it enough to just do:
$ cd unix
$ make html
P.S. What libraries will be moved out of GHC for 6.6?
Cheers,
Johan
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc