[commit: ghc] master: Handle -opt<blah> options more consistently (#7909) (1e2b378)

Simon Marlow marlowsd at gmail.com
Tue May 21 14:38:18 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

https://github.com/ghc/ghc/commit/1e2b3780ebc40d28cd0f029b90df102df09e6827

>---------------------------------------------------------------

commit 1e2b3780ebc40d28cd0f029b90df102df09e6827
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Tue May 21 10:34:04 2013 +0100

    Handle -opt<blah> options more consistently (#7909)
    
    Now these are always added by the run<blah> functions in SysTools, so
    we never miss any out.  Several cleanups resulted.

 compiler/ghci/Linker.lhs        |   9 ++--
 compiler/main/DriverPipeline.hs |  64 +++++++----------------
 compiler/main/DynFlags.hs       |   7 ++-
 compiler/main/SysTools.lhs      | 111 +++++++++++++++++++++-------------------
 ghc/Main.hs                     |   6 ++-
 5 files changed, 91 insertions(+), 106 deletions(-)


Diff suppressed because of size. To see it, use:

    git show 1e2b3780ebc40d28cd0f029b90df102df09e6827



More information about the ghc-commits mailing list