aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/GHC
Commit message (Expand)AuthorAgeFilesLines
* Be more consistent with GHC API naming in H.GHC.UtilsDavid Waern2008-06-191-6/+6
* Add modulePkgInfo to Haddock.GHC.Utils, which gives back package name and ver...Neil Mitchell2008-06-161-0/+9
* Add hide options to some source filesDavid Waern2008-05-011-0/+3
* Fix printing of data bindersDavid Waern2008-04-121-0/+4
* H.GHC.Utils: add some functions that were removed by mistakeDavid Waern2008-02-101-0/+8
* H.GHC.Utils: remove unused imports/exportsDavid Waern2008-02-091-40/+4
* Change the representation of DocNamesDavid Waern2008-02-091-3/+1
* Go back to loading only targets (seems to work now)David Waern2007-11-041-39/+14
* Don't set boot modules as targetsDavid Waern2007-10-251-4/+7
* Add some Outputable utilsDavid Waern2007-10-211-0/+11
* FIX: do not quote varsym type operatorsDavid Waern2007-09-291-1/+1
* Use isLexConSym/isLexVarSym from OccNameDavid Waern2007-09-291-6/+3
* FIX: prefix types used as operators should be quotedDavid Waern2007-09-291-0/+2
* Rename HaddockModule to Interface and a few more refactoringsDavid Waern2007-08-291-1/+1
* Major refactoringDavid Waern2007-08-292-0/+185