aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Interface/ParseModuleHeader.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove no longer necessary parser error handling.Mateusz Kowalczyk2014-05-061-29/+17
* Move parser + parser tests out to own package.Mateusz Kowalczyk2014-05-051-1/+1
* Prepare modules for parser split.Mateusz Kowalczyk2014-05-051-1/+1
* Per-module extension flags and language listing.Mateusz Kowalczyk2014-01-121-2/+3
* Fix totality, unicode, examples, paragraph parsingSimon Hengel2014-01-121-2/+2
* One pass parser and tests.Mateusz Kowalczyk2014-01-121-6/+3
* Output Copright and License keys in Xhtml backend.Mathieu Boespflug2013-08-041-5/+8
* Improve haddock memory usageIan Lynagh2012-08-131-0/+1
* Mostly hlint-inspired cleanup.David Waern2012-02-041-3/+3
* Add safe haskell indication to haddock outputDavid Terei2011-10-121-1/+2
* Position the module header the same way everywhereDavid Waern2010-05-131-2/+0
* Fix #112David Waern2010-04-101-4/+5
* Propagate source positions from Lex.x to Parse.yDavid Waern2010-04-071-2/+4
* Follow move of parser and lexerDavid Waern2010-01-221-4/+4
* Rename HsDoc back into DocDavid Waern2009-11-281-2/+2
* Correct copyright in H.I.ParseModuleHeaderDavid Waern2009-09-091-1/+1
* Move doc parsing/lexing into Haddock for ghc>=6.11Isaac Dupree2009-08-231-0/+158