aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/GHC/Typecheck.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings in H.GHC.TypecheckDavid Waern2008-11-061-10/+4
* 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
* 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
* 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
* Rename HaddockModule to Interface and a few more refactoringsDavid Waern2007-08-291-1/+1
* Major refactoringDavid Waern2007-08-291-0/+106