patch applied (ghc-6.10/haddock2): Fix small bug
Ian Lynagh <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.other |
|---|---|
| Message-ID | <[email protected]> |
Tue Feb 24 12:21:17 PST 2009 David Waern <[email protected]> * Fix small bug The rule is to prefer type constructors to other things when an identifier in a doc string can refer to multiple things. This stopped working with newer GHC versions (due to a tiny change in the GHC renamer). We implement this rule in the HTML backend for now, instead of fixing it in GHC, since we will move renaming of doc strings to Haddock in the future anyway. M ./src/Haddock/Backends/Html.hs -6 +17 View patch online: http://darcs.haskell.org/ghc-6.10/haddock2/_darcs/patches/20090224202117-a762e-61cdacd286a2b49d395a7295ef9ca58a06f32030.gz