cvs commit: fptools/ghc/compiler/main DriverState.hs DriverFlags.hs Main.hs CmdLineOpts.lhs

Simon Marlow simonmar@glass.cse.ogi.edu
Tue, 20 Feb 2001 03:04:42 -0800


simonmar    2001/02/20 03:04:42 PST

  Modified files:
    ghc/compiler/main    DriverState.hs DriverFlags.hs Main.hs 
                         CmdLineOpts.lhs 
  Log:
  Make the warning package options (-W, -w, -Wall) dynamic.
  
  Revision  Changes    Path
  1.27      +1 -39     fptools/ghc/compiler/main/DriverState.hs
  1.44      +8 -9      fptools/ghc/compiler/main/DriverFlags.hs
  1.54      +2 -12     fptools/ghc/compiler/main/Main.hs
  1.132     +38 -10    fptools/ghc/compiler/main/CmdLineOpts.lhs