summaryrefslogtreecommitdiff
path: root/compiler/parser/HaddockUtils.hs
Commit message (Expand)AuthorAgeFilesLines
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* AST changes to prepare for API annotations, for #9628Alan Zimmerman2014-11-211-3/+5
* fix warningsSimon Marlow2009-09-081-4/+0
* remove Haddock-lexing/parsing/renaming from GHCIsaac Dupree2009-08-261-142/+7
* Remove unused importsIan Lynagh2009-07-071-3/+0
* New syntax for GADT-style record declarations, and associated refactoringsimonpj@microsoft.com2009-07-021-6/+5
* Remove trailing whitespace from HaddockUtilsIan Lynagh2008-12-291-40/+40
* Fix warnings in HaddockUtilsIan Lynagh2008-12-291-12/+6
* Remove dead code from HaddockUtilsIan Lynagh2008-12-291-12/+0
* Avoid making Either String an instance of Monad in the Haddock parserDavid Waern2007-11-141-2/+2
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Merge Haddock comment support from ghc.haddock -- big patchdavve@dtek.chalmers.se2006-10-051-0/+184