patch applied (ghc-6.10/haddock2): Do not process boot modules
Ian Lynagh <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.other |
|---|---|
| Message-ID | <[email protected]> |
Tue Jan 6 15:34:17 PST 2009 David Waern <[email protected]> * Do not process boot modules We should of course not try to produce documentation for boot modules! The reason this has worked in the past is that the output of "real" modules overwrites the output of boot modules later in the process. However, this causes a subtle link environment problem. So let's get rid of this stupid behaviour. We avoid processing boot modules, but we continue to typecheck them. M ./src/Haddock/Interface.hs -26 +38 View patch online: http://darcs.haskell.org/ghc-6.10/haddock2/_darcs/patches/20090106233417-a762e-57956f94d5e252336a90178c6f4e72ef729bf706.gz