Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some temporary pragmas I accidentally recorded | Ian Lynagh | 2012-08-14 | 1 | -1/+0 |
| | |||||
* | Improve haddock memory usage | Ian Lynagh | 2012-08-13 | 1 | -1/+4 |
| | |||||
* | Forward port changes from stable. | Paolo Capriotti | 2012-07-19 | 1 | -40/+38 |
|\ | |||||
| * | Fix reporting of modules safe haskell mode (#5989) | David Terei | 2012-04-06 | 1 | -4/+4 |
| | | |||||
| * | Clean up some code from last SoC project. | David Waern | 2012-02-04 | 1 | -41/+37 |
| | | |||||
| * | Add DocWarning to Doc | Simon Hengel | 2012-02-04 | 1 | -0/+1 |
| | | | | | | | | | | The Xhtml backend has special markup for that, Hoogle and LaTeX reuse what we have for DocEmphasis. | ||||
* | | Follow changes in GHC | Ian Lynagh | 2012-06-12 | 1 | -12/+13 |
| | | |||||
* | | Follow changes in GHC | Ian Lynagh | 2012-06-12 | 1 | -1/+1 |
| | | |||||
* | | Fix reporting of modules safe haskell mode (#5989) | David Terei | 2012-04-04 | 1 | -4/+4 |
|/ | |||||
* | Cleanup. | David Waern | 2011-11-26 | 1 | -21/+79 |
| | |||||
* | Add safe haskell indication to haddock output | David Terei | 2011-10-12 | 1 | -11/+16 |
| | |||||
* | Position the module header the same way everywhere | David Waern | 2010-05-13 | 1 | -2/+0 |
| | | | | Silly, but nice with some consistency :-) | ||||
* | Fix #112 | David Waern | 2010-04-10 | 1 | -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.y | David Waern | 2010-04-07 | 1 | -1/+1 |
| | |||||
* | Move H.Interface.Parse/Lex to H.Parse/Lex | David Waern | 2009-11-28 | 1 | -4/+4 |
| | | | | These are not just used to build Interfaces. | ||||
* | Rename HsDoc back into Doc | David Waern | 2009-11-28 | 1 | -7/+7 |
| | |||||
* | Remove cruft due to compatibility with older GHCs | David Waern | 2009-11-28 | 1 | -15/+1 |
| | |||||
* | hlint police | David Waern | 2009-11-14 | 1 | -2/+1 |
| | |||||
* | Move doc parsing/lexing into Haddock for ghc>=6.11 | Isaac Dupree | 2009-08-23 | 1 | -0/+89 |