patch applied (ghc-6.10/haddock2): Do not save hidden modules in the .haddock file
Ian Lynagh <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.other |
|---|---|
| Message-ID | <[email protected]> |
Mon Oct 20 14:13:24 PDT 2008 David Waern <[email protected]> * Do not save hidden modules in the .haddock file We were saving interfaces of all processed modules including those hidden using {-# OPTIONS_HADDOCK hide #-} in the .haddock file. This caused broken links when generating the index for the libraries that come with GHC. This patch excludes modules with hidden documentation when writing .haddock files. It should fix the above problem. M ./src/Main.hs -6 +5 View patch online: http://darcs.haskell.org/ghc-6.10/haddock2/_darcs/patches/20081020211324-a762e-3638cff77c3ed71cc2451ae8e66491f3716beed7.gz