aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/GHC/Utils.hs
Commit message (Expand)AuthorAgeFilesLines
* Make H.GHC.Utils build with GHC HEADDavid Waern2008-08-101-1/+10
* Filter out separately exported ATs (take two)David Waern2008-08-031-0/+4
* Move some utility functions from H.I.Create to H.GHC.UtilsDavid Waern2008-08-031-0/+17
* Move reL to H.GHC.Utils so we can use it everywhereDavid Waern2008-08-031-0/+4
* Move unL from H.B.Hoogle to H.GHC.UtilsDavid Waern2008-07-291-0/+4
* Simplify definition of pretty and trace_pprDavid Waern2008-07-251-2/+2
* 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
* 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
* Major refactoringDavid Waern2007-08-291-0/+79