aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Interface.hs
Commit message (Expand)AuthorAgeFilesLines
* 'needsTemplateHaskell' is not defined in current stable GHC.Thomas Schilling2009-02-241-0/+3
* Fix bad error handling with newer GHCsDavid Waern2009-02-251-26/+20
* Correct spelling mistake in error messageDavid Waern2009-01-241-1/+1
* Only use needsTemplateHaskell when compiling with GHC 6.10.2 or aboveDavid Waern2009-01-101-0/+4
* Fix Trac #68: Turn on compilation via C for Template Haskell packagesDavid Waern2009-01-101-1/+14
* Do not process boot modulesDavid Waern2009-01-061-26/+38
* Show re-exported names from external packages againDavid Waern2009-01-021-20/+30
* Force interface more aggressively.Thomas Schilling2008-10-201-0/+2
* Fix documentation for createInterfacesDavid Waern2008-10-101-1/+1
* Make Haddock build with GHC 6.8.2David Waern2008-10-101-7/+40
* Interleave typechecking with interface creationDavid Waern2008-10-091-29/+92
* Add a flag for turning off all warningsDavid Waern2008-04-111-1/+2
* Change the representation of DocNamesDavid Waern2008-02-091-10/+9
* Manual merge of a patch from Duncan Coutts that removes the dependency on mtl David Waern2007-11-111-1/+0
* Filter out instances with TyCons that are not exportedDavid Waern2007-11-061-4/+7
* Simplify createInterfacesDavid Waern2007-08-301-10/+9
* Rename HaddockModule to InterfaceDavid Waern2007-08-301-5/+5
* WibbleDavid Waern2007-08-291-4/+2
* Some comment cleanupDavid Waern2007-08-291-6/+5
* Rename HaddockModule to Interface and a few more refactoringsDavid Waern2007-08-291-7/+8
* Major refactoringDavid Waern2007-08-291-0/+91