I've just moved this repository to http://code.haskell.org/haddock,
so point your darcs there for the latest patches.
..
This is due to recent changes in GHC HEAD. I have some patches to
accommodate for this and some other changes, but I haven't applied them
since they depend on HEAD.
..
I have attached the patches in question, in case you (or anyone else) need
to get working directly.

Hi David,

thanks, that seems to work. some observations:

- my first error message was:

       haddock: no GHC lib dir specified

it would be useful to add the option (-B, not --lib), and perhaps be slightly more verbose, to avoid confusion.

   even more useful would be to try and find that dir, at least to check
   whether `ghc --print-libdir` gives something useable.

- after fixing that, i got a warning:

       Warning: main:Data.Record: could not find link destinations for:
       GHC.Show.Show

   again, it would be helpful to know which option is likely to help.

   can't haddock try to find that information for itself, using things
   like `ghc --print-docdir`?

   should that really be 'GHC.Show'?

- i also got no output

   i had expected html output to be the default, but at least there
   should be a warning if no output was selected/produced!-)

thanks,
claus


_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to