aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Interface.hs
Commit message (Expand)AuthorAgeFilesLines
* Move sources under haddock-api/srcMateusz Kowalczyk2014-08-231-244/+0
* Only warn about missing docs when docs are missingMateusz Kowalczyk2014-02-131-1/+2
* Print missing documentation. Fixes #258.Mateusz Kowalczyk2013-09-181-5/+29
* Merge branch 'ghc-7.6' into ghc-7.6-merge-2Kazu Yamamoto2013-02-011-1/+6
|\
| * Merge branch 'hiddenInstances2' of http://github.com/feuerbach/haddock into g...David Waern2012-09-071-1/+6
| |\
| | * Hide "internal" instancesRoman Cheplyaka2012-07-271-1/+6
* | | Follow changes in GHC: 'flags' has been renamed 'generalFlags'Ian Lynagh2012-10-181-2/+2
* | | Follow changes in GHCIan Lynagh2012-08-071-1/+2
|/ /
* / Follow changes in GHCIan Lynagh2012-06-121-1/+3
|/
* Merge in darcs patch from Simon Meier:David Waern2011-10-011-5/+4
* Make a little more use of DoAndIfThenElseDavid Waern2010-11-161-22/+20
* Style wibbleDavid Waern2010-10-031-3/+3
* print haddock coverage info on stdout when generating docsSimon Michael2010-09-221-0/+8
* Get rid of GhcModule and related cruftDavid Waern2010-08-261-43/+2
* Follow recent API additions with some refactoringsDavid Waern2010-08-261-51/+75
* Whitespace policeDavid Waern2010-05-141-1/+1
* Move some more flag functions to Haddock.OptionsDavid Waern2010-05-141-1/+1
* Re-direct compilation output to a temporary directoryDavid Waern2010-05-141-29/+57
* 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