patch applied (ghc): Log-message for: Improve command-line parser (add OptIntSuffix); make -fliberate-case-threshold dynamic

Simon Peyton Jones <[email protected]> Thu, 11 Jan 2007 01:17:36 -0800
Newsgroups gmane.comp.lang.haskell.cvs.all
Message-ID <20070111091736.GA29468__36156.6797983416$1168507064$gmane$org@cvs.haskell.org>
Thu Jan 11 01:01:23 PST 2007  [email protected]
  * Log-message for: Improve command-line parser (add OptIntSuffix); make -fliberate-case-threshold dynamic
  
  (Alas, Darcs failed to record my log-message for the above patch, 
  so this patch is an attempt to add the log message retrospectively.)
  
  Parsing options numeric arguments, such as
  	-fliberate-case-threshold=30
  for dynamic flags wasn't being handled well.  I elaborated the
  command-line parser to have a new constructor, OptIntSuffix, for this
  case, and did the consequential changes.
  
  This patch also makes the -fliberate-case-threshold flag into a
  dynamic flag.

    M ./compiler/main/CmdLineParser.hs -1 +1