aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/GHC
Commit message (Expand)AuthorAgeFilesLines
* Remove typecheckFiles and MonadUtils import from H.GHC.TypeccheckDavid Waern2008-10-101-31/+0
* Interleave typechecking with interface creationDavid Waern2008-10-091-1/+2
* Only load modules once when typechecking with GHC.Thomas Schilling2008-10-081-33/+27
* Follow GHC API change of parseModule.Thomas Schilling2008-10-031-1/+1
* Port Haddock.GHC.Typecheck to new GHC API.Thomas Schilling2008-09-151-11/+17
* Fix some warningsIan Lynagh2008-08-271-7/+4
* 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 compatible with GHC 6.8.3David Waern2008-07-231-2/+6
* Get the all locally defined names from GHC APIDavid Waern2008-07-121-0/+1
* 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