aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Interface/LexParseRn.hs
Commit message (Collapse)AuthorAgeFilesLines
* Remove some temporary pragmas I accidentally recordedIan Lynagh2012-08-141-1/+0
|
* Improve haddock memory usageIan Lynagh2012-08-131-1/+4
|
* Forward port changes from stable.Paolo Capriotti2012-07-191-40/+38
|\
| * Fix reporting of modules safe haskell mode (#5989)David Terei2012-04-061-4/+4
| |
| * Clean up some code from last SoC project.David Waern2012-02-041-41/+37
| |
| * Add DocWarning to DocSimon Hengel2012-02-041-0/+1
| | | | | | | | | | The Xhtml backend has special markup for that, Hoogle and LaTeX reuse what we have for DocEmphasis.
* | Follow changes in GHCIan Lynagh2012-06-121-12/+13
| |
* | Follow changes in GHCIan Lynagh2012-06-121-1/+1
| |
* | Fix reporting of modules safe haskell mode (#5989)David Terei2012-04-041-4/+4
|/
* Cleanup.David Waern2011-11-261-21/+79
|
* Add safe haskell indication to haddock outputDavid Terei2011-10-121-11/+16
|
* Position the module header the same way everywhereDavid Waern2010-05-131-2/+0
| | | | Silly, but nice with some consistency :-)
* Fix #112David Waern2010-04-101-12/+12
| | | | | | | | No link was generated for 'Addr#' in a doc comment. The reason was simply that the identifier didn't parse. We were using parseIdentifier from the GHC API, with a parser state built from 'defaultDynFlags'. If we pass the dynflags of the module instead, the right options are turned on on while parsing the identifer (in this case -XMagicHash), and the parse succeeds.
* Propagate source positions from Lex.x to Parse.yDavid Waern2010-04-071-1/+1
|
* Move H.Interface.Parse/Lex to H.Parse/LexDavid Waern2009-11-281-4/+4
| | | | These are not just used to build Interfaces.
* Rename HsDoc back into DocDavid Waern2009-11-281-7/+7
|
* Remove cruft due to compatibility with older GHCsDavid Waern2009-11-281-15/+1
|
* hlint policeDavid Waern2009-11-141-2/+1
|
* Move doc parsing/lexing into Haddock for ghc>=6.11Isaac Dupree2009-08-231-0/+89