Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Forward port changes from stable. | Paolo Capriotti | 2012-07-19 | 1 | -11/+17 |
|\ | |||||
| * | Check qualification option before processing modules. | David Waern | 2012-04-01 | 1 | -14/+13 |
| | | |||||
| * | Merge http://code.haskell.org/~thielema/haddock/ into ghc-7.4 | David Waern | 2012-04-01 | 1 | -2/+7 |
| |\ | |||||
| | * | emit an error message when the --qual option is used incorrectly | Henning Thielemann | 2012-04-01 | 1 | -1/+5 |
| | | | |||||
| | * | add QualOption type for distinction between qualification argument given by ↵ | Henning Thielemann | 2012-04-01 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | the user and the actual qualification for a concrete module | ||||
| * | | Save/restore global state for static flags when running GHC actions | Simon Hengel | 2012-03-05 | 1 | -1/+3 |
| |/ | | | | | | | | | This is necessary if we want to run createInterfaces (from Documentation.Haddock) multiple times in the same process. | ||||
* / | Follow changes in GHC | Ian Lynagh | 2012-06-12 | 1 | -31/+33 |
|/ | |||||
* | Allow doc comments to link to out-of-scope things (#78). | David Waern | 2011-11-26 | 1 | -2/+5 |
| | | | | (A bug that should have been fixed long ago.) | ||||
* | Add flag --interface-version. | David Waern | 2011-11-25 | 1 | -5/+4 |
| | |||||
* | Fix build. | David Waern | 2011-11-06 | 1 | -9/+15 |
| | |||||
* | Merge branch 'master' of http://darcs.haskell.org/haddock | David Waern | 2011-11-06 | 1 | -1/+3 |
|\ | |||||
| * | Merge branch 'master' of http://darcs.haskell.org/haddock | David Waern | 2011-10-01 | 1 | -1/+3 |
| |\ | |||||
| | * | Follow changes to BinIface Name serialization | Max Bolingbroke | 2011-09-27 | 1 | -1/+3 |
| | | | |||||
* | | | Fix build. | David Waern | 2011-11-05 | 1 | -6/+7 |
| | | | |||||
* | | | Add --print-ghc-path. | David Waern | 2011-10-27 | 1 | -13/+17 |
| | | | |||||
* | | | Remove NEW_GHC_LAYOUT conditional. | David Waern | 2011-10-23 | 1 | -4/+0 |
|/ / | |||||
* / | Use printException instead of deprecated printExceptionAndWarnings | David Waern | 2011-10-01 | 1 | -1/+1 |
|/ | |||||
* | Add git commits since switchover: | David Waern | 2011-06-10 | 1 | -14/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | darcs format (followed by a conflict resolution): commit 6f92cdd12d1354dfbd80f8323ca333bea700896a Merge: f420cc4 28df3a1 Author: Simon Peyton Jones <simonpj@microsoft.com> Date: Thu May 19 17:54:34 2011 +0100 Merge remote branch 'origin/master' into ghc-generics commit 28df3a119f770fdfe85c687dd73d5f6712b8e7d0 Author: Max Bolingbroke <batterseapower@hotmail.com> Date: Sat May 14 22:37:02 2011 +0100 Unicode fix for getExecDir on Windows commit 89813e729be8bce26765b95419a171a7826f6d70 Merge: 6df3a04 797ab27 Author: Simon Peyton Jones <simonpj@microsoft.com> Date: Mon May 9 11:55:17 2011 +0100 Merge branch 'ghc-new-co' commit 6df3a040da3dbddee67c6e30a892f87e6b164383 Author: Ian Lynagh <igloo@earth.li> Date: Sun May 8 17:05:50 2011 +0100 Follow changes in SDoc commit f420cc48b9259f0b1afd2438b12f9a2bde57053d Author: Jose Pedro Magalhaes <jpm@cs.uu.nl> Date: Wed May 4 17:31:52 2011 +0200 Adapt haddock to the removal of HsNumTy and TypePat. commit 797ab27bdccf39c73ccad374fea265f124cb52ea Merge: 1d81436 5a91450 Author: Simon Peyton Jones <simonpj@microsoft.com> Date: Mon May 2 12:05:03 2011 +0100 Merge remote branch 'origin/master' into ghc-new-co commit 1d8143659a81cf9611668348e33fd0775c7ab1d2 Author: Simon Peyton Jones <simonpj@microsoft.com> Date: Mon May 2 12:03:46 2011 +0100 Wibbles for ghc-new-co branch commit 5a91450e2ea5a93c70bd3904b022445c9cc82488 Author: Ian Lynagh <igloo@earth.li> Date: Fri Apr 22 00:51:56 2011 +0100 Follow defaultDynFlags change in GHC | ||||
* | Fix indentation problem | David Waern | 2010-12-11 | 1 | -6/+6 |
| | |||||
* | Wibble | David Waern | 2010-12-06 | 1 | -0/+1 |
| | |||||
* | Add a flag --pretty-html for rendering indented html with newlines | David Waern | 2010-12-06 | 1 | -3/+5 |
| | |||||
* | Remove LANGUAGE ForeignFunctionInterface pragmas | David Waern | 2010-11-16 | 1 | -1/+1 |
| | |||||
* | Style wibbles | David Waern | 2010-11-16 | 1 | -26/+26 |
| | |||||
* | Wibble | David Waern | 2010-11-15 | 1 | -1/+1 |
| | |||||
* | Just say "internal error" instead of "internal Haddock or GHC error" | David Waern | 2010-11-15 | 1 | -1/+1 |
| | |||||
* | Match all AsyncExceptions in exception handler | David Waern | 2010-11-15 | 1 | -3/+10 |
| | |||||
* | Remove more ghc < 7 code | David Waern | 2010-11-15 | 1 | -1/+0 |
| | |||||
* | Remove code for ghc < 7 | David Waern | 2010-11-15 | 1 | -2/+0 |
| | |||||
* | Follow extension-flattening change in GHC | Ian Lynagh | 2010-10-23 | 1 | -6/+1 |
| | |||||
* | Style police | David Waern | 2010-10-16 | 1 | -1/+1 |
| | |||||
* | adding the option to fully qualify identifiers | Tobias Brandt | 2010-08-27 | 1 | -1/+2 |
| | |||||
* | Use flattenExtensionFlags with ghc >= 6.13 only | David Waern | 2010-08-29 | 1 | -1/+7 |
| | |||||
* | Follow flattenLanguageFlags -> flattenExtensionFlags rename | Ian Lynagh | 2010-07-24 | 1 | -1/+1 |
| | |||||
* | Flatten the dynflags before parsing | Ian Lynagh | 2010-07-24 | 1 | -1/+1 |
| | |||||
* | Naming wibbles | David Waern | 2010-08-29 | 1 | -9/+9 |
| | |||||
* | Add source entity path to --read-interface | David Waern | 2010-08-29 | 1 | -32/+39 |
| | | | | | | | | | | | | | You can now use this flag like this: --read-interface=<html path>,<source entity path>,<.haddock file> By "source entity path" I mean the same thing that is specified with the --source-entity flag. The purpose of this is to be able to specify the source entity path per package, to allow source links to work in the presence of cross-package documentation. When given two arguments or less the --read-interface flag behaves as before. | ||||
* | Get rid of GhcModule and related cruft | David Waern | 2010-08-26 | 1 | -0/+2 |
| | | | | We can get everything we need directly from TypecheckedModule. | ||||
* | Follow recent API additions with some refactorings | David Waern | 2010-08-26 | 1 | -46/+30 |
| | | | | | Simon Hegel's patch prompted me to do some refactorings in Main, Haddock.Documentation and Haddock.Interface. | ||||
* | Add createInterfaces' (a more high-level alternative to createInterfaces) to ↵ | Simon Hengel | 2010-08-08 | 1 | -25/+47 |
| | | | | Haddock API | ||||
* | excisting last vestiges of the --xhtml flag | Mark Lentczner | 2010-07-24 | 1 | -5/+1 |
| | |||||
* | command like processing for theme selection | Mark Lentczner | 2010-07-23 | 1 | -7/+8 |
| | | | | | | | The bulk of the change is threadnig the selected theme set through functions in Xhtml.hs so that the selected themes can be used when generating the page output. There isn't much going on in most of these changes, just passing it along. The real work is all done in Themes.hs. | ||||
* | remove --html-help support - it was old, out-of-date, and mostly missing | Mark Lentczner | 2010-07-22 | 1 | -7/+3 |
| | |||||
* | remove old HTML backend | Mark Lentczner | 2010-07-22 | 1 | -12/+3 |
| | |||||
* | Improve function name | David Waern | 2010-07-22 | 1 | -3/+3 |
| | |||||
* | Fix a bug where we allowed --hoogle, --latex, etc without input files | David Waern | 2010-07-22 | 1 | -0/+15 |
| | |||||
* | Doc sections in Main | David Waern | 2010-07-21 | 1 | -5/+5 |
| | |||||
* | LaTeX backend (new options: --latex, --latex-style=<style>) | Simon Marlow | 2010-06-30 | 1 | -0/+5 |
| | |||||
* | Display name of prologue file when parsing it fails | David Waern | 2010-06-08 | 1 | -1/+1 |
| | |||||
* | Interrupted disappeared in GHC 6.13 (GHC ticket #4100) | Simon Marlow | 2010-06-02 | 1 | -0/+2 |
| | |||||
* | Wibble | David Waern | 2010-05-18 | 1 | -1/+1 |
| |