Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mostly hlint-inspired cleanup. | David Waern | 2012-02-04 | 1 | -3/+3 |
| | |||||
* | Add safe haskell indication to haddock output | David Terei | 2011-10-12 | 1 | -1/+2 |
| | |||||
* | 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 | -4/+5 |
| | | | | | | | | 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 | -2/+4 |
| | |||||
* | Follow move of parser and lexer | David Waern | 2010-01-22 | 1 | -4/+4 |
| | |||||
* | Rename HsDoc back into Doc | David Waern | 2009-11-28 | 1 | -2/+2 |
| | |||||
* | Correct copyright in H.I.ParseModuleHeader | David Waern | 2009-09-09 | 1 | -1/+1 |
| | |||||
* | Move doc parsing/lexing into Haddock for ghc>=6.11 | Isaac Dupree | 2009-08-23 | 1 | -0/+158 |