aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Interface.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove meaningless commentsDavid Waern2010-05-131-10/+7
* Improve documentation of Haddock.InterfaceDavid Waern2010-05-131-4/+17
* Fixes to comments onlyDavid Waern2010-05-131-6/+6
* Fix #112David Waern2010-04-101-1/+2
* Improve function nameDavid Waern2010-04-081-2/+2
* Large additions to the Haddock APIdavid.waern2010-02-241-4/+9
* Remove cruft due to compatibility with older GHCsDavid Waern2009-11-281-12/+0
* Whitespace policeDavid Waern2009-11-271-8/+8
* Comments on instancesDavid Waern2009-11-241-1/+1
* Use defaultObjectTarget rather than HscAsmIan Lynagh2009-11-201-3/+3
* Remove commented-out codeDavid Waern2009-09-091-31/+0
* Move doc parsing/lexing into Haddock for ghc>=6.11Isaac Dupree2009-08-231-2/+6
* remove ghc 6.8 conditionals from Haddock.InterfaceIsaac Dupree2009-08-161-48/+1
* Find instances using GHC, which is more complete.Isaac Dupree2009-08-181-2/+1
* Cross-Package Documentation version 4Isaac Dupree2009-08-121-2/+2
* Fix unused import warningsIan Lynagh2009-07-071-1/+0
* Use HscAsm instead of HscC when using THDavid Waern2009-07-061-4/+4
* Fix warningsIan Lynagh2009-07-051-3/+3
* Fix spelling errorDavid Waern2009-06-241-1/+1
* Add Haddock module headersDavid Waern2009-06-241-8/+13
* Move H.GHC.Utils to H.GhcUtilsDavid Waern2009-04-051-1/+1
* -Wall police in H.InterfaceDavid Waern2009-03-281-10/+5
* Remove H.DocName and put DocName in H.TypesDavid Waern2009-03-271-1/+0
* Remove H.GHC.TypecheckDavid Waern2009-03-271-1/+36
* Fix conflictsDavid Waern2009-03-271-46/+63
* Add some basic "verbose" mode logging in H.InterfaceDavid Waern2008-12-071-57/+49
* '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