aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/GHC.hs
Commit message (Collapse)AuthorAgeFilesLines
* Wrap the GHC usage with defaultCleanupHandlerIan Lynagh2008-12-111-5/+6
| | | | This fixes a bug where haddock leaves /tmp/ghc* directories uncleaned.
* Resolve conflict properlyDavid Waern2008-12-071-0/+1
|
* Solve conflictDavid Waern2008-12-071-1/+0
|
* Haddock really shouldn't try to overwrite files.Thomas Schilling2008-11-291-1/+1
|
* Set HscTarget to HscNothing instead of HscAsmDavid Waern2008-11-081-1/+1
| | | | | There used to be a bug in the GHC API that prevented us from setting this value.
* Make Haddock build with GHC 6.8.2David Waern2008-10-101-3/+13
|
* Port Haddock.GHC to new GHC API.Thomas Schilling2008-09-151-13/+13
|
* Fixes for using haddock in a GHC build treeIan Lynagh2008-08-281-1/+2
|
* Follow changes to parseDynamic- parseStaticFlags in GHCDavid Waern2008-08-131-0/+4
|
* Follow changes to parseDynamic/StaticFlagsDavid Waern2008-08-121-1/+7
|
* Comment out H.GHC.loadPackages - it is unused and doesn't build with ghc >= 6.9David Waern2008-08-121-2/+3
|
* Do full compilation of modules -- temporary fix for GHC API problemDavid Waern2007-11-051-1/+1
|
* Add --optghc=.. style flag passing to GHCDavid Waern2007-10-171-27/+15
|
* Add some modules that I forgot to add earlierDavid Waern2007-08-291-0/+108