Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |