aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Interrupted disappeared in GHC 6.13 (GHC ticket #4100)Simon Marlow2010-06-021-0/+2
|
* WibbleDavid Waern2010-05-181-1/+1
|
* HLint policeDavid Waern2010-05-181-2/+2
|
* HLint policeDavid Waern2010-05-181-2/+2
|
* WibbleDavid Waern2010-05-151-1/+1
|
* Document --no-tmp-comp-dirDavid Waern2010-05-151-0/+17
|
* Improve description of --dump-interfaceDavid Waern2010-05-151-1/+1
|
* Whitespace policeDavid Waern2010-05-141-1/+1
|
* Comment fixesDavid Waern2010-05-141-2/+2
|
* Spelling in commentDavid Waern2010-05-141-1/+1
|
* Make renderStep a top-level function in MainDavid Waern2010-05-141-9/+10
|
* Move some more flag functions to Haddock.OptionsDavid Waern2010-05-143-29/+32
|
* Wibbles to commentsDavid Waern2010-05-141-9/+7
|
* Whitespace policeDavid Waern2010-05-141-6/+6
|
* Improve commentsDavid Waern2010-05-141-3/+2
|
* De-tabify Haddock.Options and fix other whitespace issuesDavid Waern2010-05-141-52/+52
|
* Re-order things in Haddock.Options a bitDavid Waern2010-05-141-77/+77
|
* WibbleDavid Waern2010-05-141-6/+2
|
* Move flag evaluation code from Main to Haddock.OptionsDavid Waern2010-05-142-48/+81
| | | | | | | Determining the value of "singular" flags (by e.g. taking the last occurrence of the flag) and other flag evaluation should done in Haddock.Options which is the module that is supposed to define the command line interface. This makes Main a bit easier on the eyes as well.
* WibbleDavid Waern2010-05-141-1/+1
|
* Re-direct compilation output to a temporary directoryDavid Waern2010-05-144-61/+114
| | | | | Also add a flag --no-tmp-comp-dir that can be used to get the old behaviour of writing compilation files to GHC's output directory (default ".").
* Remove unused modulesDavid Waern2010-05-141-3/+0
|
* Remove meaningless commentsDavid Waern2010-05-131-10/+7
|
* Improve documentation of Haddock.InterfaceDavid Waern2010-05-131-4/+17
|
* Improve doc comment for InterfaceDavid Waern2010-05-131-4/+5
|
* Export a couple of more types from the APIDavid Waern2010-05-131-0/+2
|
* Get rid of H.Utils.pathJoin and use System.FilePath.joinPath insteadDavid Waern2010-05-136-43/+36
|
* Remove bad Arbitrary instanceDavid Waern2010-05-131-28/+0
|
* Structure H.Types betterDavid Waern2010-05-131-123/+168
|
* Fix stylistic issues in H.UtilsDavid Waern2010-05-131-5/+38
|
* Add newlines to H.ModuleTreeDavid Waern2010-05-131-0/+6
|
* Fix a few stylistic issues in H.InterfaceFileDavid Waern2010-05-131-2/+9
|
* Newlines in ConvertDavid Waern2010-05-131-0/+12
|
* Two newlines between declarations in MainDavid Waern2010-05-131-0/+5
|
* Position of module header, this time in the HTML backendsDavid Waern2010-05-138-8/+0
|
* Position the module header the same way everywhereDavid Waern2010-05-1322-27/+2
| | | | Silly, but nice with some consistency :-)
* Fix commentDavid Waern2010-05-131-1/+1
|
* Fix whitespace style issuesDavid Waern2010-05-131-7/+23
|
* ModuleMap -> IfaceMapDavid Waern2010-05-132-5/+5
|
* Fixes to comments onlyDavid Waern2010-05-131-6/+6
|
* Fix build with GHC 6.12.2David Waern2010-05-131-0/+8
|
* GHC build system: Follow "rm" variable changesIan Lynagh2010-05-081-1/+1
|
* Minor wibbles to HsBang stuffsimonpj2010-05-072-10/+8
|
* Remove redundant importIan Lynagh2010-05-061-1/+0
|
* Fix buildIan Lynagh2010-05-062-7/+6
|
* Update runparsetests.hs following testsuite reorganisationDavid Waern2010-05-111-2/+2
|
* Update runtests.hs to use base-4.2.0.1David Waern2010-05-111-1/+1
|
* Update runtests.hs following testsuite re-organisationDavid Waern2010-05-111-4/+5
|
* Shorten function nameDavid Waern2010-05-111-3/+3
|
* Re-organise the testsuite structureDavid Waern2010-05-1165-2/+2
|