On 08/09/2009 14:11, Simon Marlow wrote:
I'm validating the patches now. Looks like we need some warning fixes.
Apart from the warnings, validate went through. Nice
Looking at the resulting docs, I noticed that we still have missing
documentation for several functions. It seems to be things that are
exported by "hidden" modules - I guess that we're not putting
documentation for hidden modules in the .haddock files?
For an example, look at the docs for Data.Char in base vs. Char in
haskell98. The Char module is missing documentation for lots of
functions, because the docs come from GHC.Unicode which is hidden.
However, Data.Char is fine, because it is in the same package as
GHC.Unicode. Isaac, is this easy to fix?
Cheers,
Simon
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc