
When I do `make html' in ghc6.6, haddock complains about an unrecognized option `source-modules'. It appears this option was added in the most recent haddock 0.8; perhaps ghc6.6 should check the version of haddock installed? I went ahead and installed haddock 0.8, and now the documentation gets made, but `make install-docs' only installs the library documentation, not the users guide. Am I doing something wrong? Mike

On Fri, Oct 13, 2006 at 11:06:59AM -0500, Michael Shulman wrote:
When I do `make html' in ghc6.6, haddock complains about an unrecognized option `source-modules'. It appears this option was added in the most recent haddock 0.8; perhaps ghc6.6 should check the version of haddock installed?
I went ahead and installed haddock 0.8, and now the documentation gets made, but `make install-docs' only installs the library documentation, not the users guide. Am I doing something wrong?
With this patch: http://urchin.earth.li/~ian/had.txt and XMLDocWays := html in mk/build.mk things seem to work for me with haddock 0.7. Thanks Ian
participants (2)
-
Ian Lynagh
-
Michael Shulman