patch applied (ghc): fix to isNormalComment for non-Haddock mode, and some cleanup
Simon Marlow <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.all |
|---|---|
| Message-ID | <20061129093311.GA16656__208.474478177045$1164792808$gmane$org@cvs.haskell.org> |
Wed Nov 29 01:32:21 PST 2006 Simon Marlow <[email protected]> * fix to isNormalComment for non-Haddock mode, and some cleanup Haddock documentation comments weren't being treated as comments even without the -haddock flag. Fixes nofib/spectral/simple, and probably others. M ./compiler/parser/Lexer.x -12 +11