| Commit message (Expand) | Author | Age | Files | Lines |
* | Only warn about missing docs when docs are missing | Mateusz Kowalczyk | 2014-02-13 | 1 | -1/+2 |
* | Print missing documentation. Fixes #258. | Mateusz Kowalczyk | 2013-09-18 | 1 | -5/+29 |
* | Merge branch 'ghc-7.6' into ghc-7.6-merge-2 | Kazu Yamamoto | 2013-02-01 | 1 | -1/+6 |
|\ |
|
| * | Merge branch 'hiddenInstances2' of http://github.com/feuerbach/haddock into g... | David Waern | 2012-09-07 | 1 | -1/+6 |
| |\ |
|
| | * | Hide "internal" instances | Roman Cheplyaka | 2012-07-27 | 1 | -1/+6 |
* | | | Follow changes in GHC: 'flags' has been renamed 'generalFlags' | Ian Lynagh | 2012-10-18 | 1 | -2/+2 |
* | | | Follow changes in GHC | Ian Lynagh | 2012-08-07 | 1 | -1/+2 |
|/ / |
|
* / | Follow changes in GHC | Ian Lynagh | 2012-06-12 | 1 | -1/+3 |
|/ |
|
* | Merge in darcs patch from Simon Meier: | David Waern | 2011-10-01 | 1 | -5/+4 |
* | Make a little more use of DoAndIfThenElse | David Waern | 2010-11-16 | 1 | -22/+20 |
* | Style wibble | David Waern | 2010-10-03 | 1 | -3/+3 |
* | print haddock coverage info on stdout when generating docs | Simon Michael | 2010-09-22 | 1 | -0/+8 |
* | Get rid of GhcModule and related cruft | David Waern | 2010-08-26 | 1 | -43/+2 |
* | Follow recent API additions with some refactorings | David Waern | 2010-08-26 | 1 | -51/+75 |
* | Whitespace police | David Waern | 2010-05-14 | 1 | -1/+1 |
* | Move some more flag functions to Haddock.Options | David Waern | 2010-05-14 | 1 | -1/+1 |
* | Re-direct compilation output to a temporary directory | David Waern | 2010-05-14 | 1 | -29/+57 |
* | Remove meaningless comments | David Waern | 2010-05-13 | 1 | -10/+7 |
* | Improve documentation of Haddock.Interface | David Waern | 2010-05-13 | 1 | -4/+17 |
* | Fixes to comments only | David Waern | 2010-05-13 | 1 | -6/+6 |
* | Fix #112 | David Waern | 2010-04-10 | 1 | -1/+2 |
* | Improve function name | David Waern | 2010-04-08 | 1 | -2/+2 |
* | Large additions to the Haddock API | david.waern | 2010-02-24 | 1 | -4/+9 |
* | Remove cruft due to compatibility with older GHCs | David Waern | 2009-11-28 | 1 | -12/+0 |
* | Whitespace police | David Waern | 2009-11-27 | 1 | -8/+8 |
* | Comments on instances | David Waern | 2009-11-24 | 1 | -1/+1 |
* | Use defaultObjectTarget rather than HscAsm | Ian Lynagh | 2009-11-20 | 1 | -3/+3 |
* | Remove commented-out code | David Waern | 2009-09-09 | 1 | -31/+0 |
* | Move doc parsing/lexing into Haddock for ghc>=6.11 | Isaac Dupree | 2009-08-23 | 1 | -2/+6 |
* | remove ghc 6.8 conditionals from Haddock.Interface | Isaac Dupree | 2009-08-16 | 1 | -48/+1 |
* | Find instances using GHC, which is more complete. | Isaac Dupree | 2009-08-18 | 1 | -2/+1 |
* | Cross-Package Documentation version 4 | Isaac Dupree | 2009-08-12 | 1 | -2/+2 |
* | Fix unused import warnings | Ian Lynagh | 2009-07-07 | 1 | -1/+0 |
* | Use HscAsm instead of HscC when using TH | David Waern | 2009-07-06 | 1 | -4/+4 |
* | Fix warnings | Ian Lynagh | 2009-07-05 | 1 | -3/+3 |
* | Fix spelling error | David Waern | 2009-06-24 | 1 | -1/+1 |
* | Add Haddock module headers | David Waern | 2009-06-24 | 1 | -8/+13 |
* | Move H.GHC.Utils to H.GhcUtils | David Waern | 2009-04-05 | 1 | -1/+1 |
* | -Wall police in H.Interface | David Waern | 2009-03-28 | 1 | -10/+5 |
* | Remove H.DocName and put DocName in H.Types | David Waern | 2009-03-27 | 1 | -1/+0 |
* | Remove H.GHC.Typecheck | David Waern | 2009-03-27 | 1 | -1/+36 |
* | Fix conflicts | David Waern | 2009-03-27 | 1 | -46/+63 |
* | Add some basic "verbose" mode logging in H.Interface | David Waern | 2008-12-07 | 1 | -57/+49 |
* | 'needsTemplateHaskell' is not defined in current stable GHC. | Thomas Schilling | 2009-02-24 | 1 | -0/+3 |
* | Fix bad error handling with newer GHCs | David Waern | 2009-02-25 | 1 | -26/+20 |
* | Correct spelling mistake in error message | David Waern | 2009-01-24 | 1 | -1/+1 |
* | Only use needsTemplateHaskell when compiling with GHC 6.10.2 or above | David Waern | 2009-01-10 | 1 | -0/+4 |
* | Fix Trac #68: Turn on compilation via C for Template Haskell packages | David Waern | 2009-01-10 | 1 | -1/+14 |
* | Do not process boot modules | David Waern | 2009-01-06 | 1 | -26/+38 |
* | Show re-exported names from external packages again | David Waern | 2009-01-02 | 1 | -20/+30 |