aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Options.hs
Commit message (Expand)AuthorAgeFilesLines
* Style policeDavid Waern2010-10-161-8/+8
* Use "qual" as an abbreviation for qualification instead of "quali" for consis...David Waern2010-10-161-4/+4
* Solve conflictsDavid Waern2010-10-161-0/+10
* corrected qualification help messageTobias Brandt2010-08-271-2/+1
* adding support for local and relative name qualificationTobias Brandt2010-08-271-1/+3
* adding the option to fully qualify identifiersTobias Brandt2010-08-271-1/+4
* Naming wibblesDavid Waern2010-08-291-9/+10
* Add source entity path to --read-interfaceDavid Waern2010-08-291-6/+9
* excisting last vestiges of the --xhtml flagMark Lentczner2010-07-241-1/+1
* rename --default-themes to --built-in-themesMark Lentczner2010-07-231-3/+3
* drop --themes support, add named theme supportMark Lentczner2010-07-231-5/+2
* command like processing for theme selectionMark Lentczner2010-07-231-2/+8
* remove --html-help support - it was old, out-of-date, and mostly missingMark Lentczner2010-07-221-8/+0
* remove old HTML backendMark Lentczner2010-07-221-4/+2
* LaTeX backend (new options: --latex, --latex-style=<style>)Simon Marlow2010-06-301-0/+8
* WibbleDavid Waern2010-05-151-1/+1
* Improve description of --dump-interfaceDavid Waern2010-05-151-1/+1
* Move some more flag functions to Haddock.OptionsDavid Waern2010-05-141-7/+22
* 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
* Move flag evaluation code from Main to Haddock.OptionsDavid Waern2010-05-141-0/+60
* WibbleDavid Waern2010-05-141-1/+1
* Re-direct compilation output to a temporary directoryDavid Waern2010-05-141-1/+4
* Position the module header the same way everywhereDavid Waern2010-05-131-2/+0
* First, experimental XHTML renderingMark Lentczner2010-03-201-0/+2
* Add --print-ghc-libdirDavid Waern2009-08-151-0/+3
* Add Haddock module headersDavid Waern2009-06-241-3/+11
* Delete Haddock.Exception and move contents to Haddock.TypesDavid Waern2009-06-241-1/+1
* add unicode outputporges2008-12-071-0/+2
* Add verbosity flag and utils, remove "verbose" flagDavid Waern2008-12-071-3/+3
* Fix warnings in H.InterfaceFile and H.OptionsDavid Waern2008-11-061-2/+2
* Improve wording in the help messageDavid Waern2008-06-261-2/+2
* Use ghc-paths to get the lib dirDavid Waern2008-06-261-1/+1
* Add a flag for turning off all warningsDavid Waern2008-04-111-1/+3
* Remove --no-implicit-prelide flagDavid Waern2008-01-071-3/+0
* Remove the -use-package flag, we don't support it anywayDavid Waern2008-01-071-3/+0
* Manual merge of old patch:David Waern2007-11-111-2/+2
* Add --ghc-version optionDavid Waern2007-10-201-1/+4
* Name changesDavid Waern2007-10-181-6/+6
* Add support for --read-interface againDavid Waern2007-10-181-3/+18
* Add --optghc=.. style flag passing to GHCDavid Waern2007-10-171-4/+9
* Major refactoringDavid Waern2007-08-291-2/+1
* Add top module comment to all filesDavid Waern2007-08-171-2/+0
* Small comment/layout fixesDavid Waern2007-08-171-4/+12
* Move options out of Main into Haddock.OptionsDavid Waern2007-08-171-0/+131