#7843: GHC should be able to list all possible command line options ---------------------------------+------------------------------------------ Reporter: jstolarek | Owner: jstolarek Type: feature request | Status: patch Priority: normal | Milestone: Component: Driver | Version: 7.6.2 Keywords: | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: None/Unknown Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | ---------------------------------+------------------------------------------ Comment(by jan.stolarek@…): commit a28731b3a14ff6ef9c7dca8327d073e6ebb6b773 {{{ Author: Jan Stolarek <jan.stolarek@p.lodz.pl> Date: Tue Jun 4 10:28:32 2013 +0200 Add --show-options to list all flags (Fixes #7843) compiler/main/StaticFlags.hs | 13 ++++++++++--- ghc/Main.hs | 21 ++++++++++++++++++++- 2 files changed, 30 insertions(+), 4 deletions(-) }}} -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7843#comment:13> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler