cvs commit: fptools/ghc/compiler/compMan CompManager.lhs fptools/ghc/compiler/main DriverFlags.hs DriverMkDepend.hs DriverPipeline.hs DriverState.hs DriverUtil.hs Main.hs PackageMaintenance.hs fptools/ghc/compiler/utils Panic.lhs

Simon Marlow simonmar@glass.cse.ogi.edu
Tue, 12 Dec 2000 06:35:09 -0800


simonmar    2000/12/12 06:35:09 PST

  Modified files:
    ghc/compiler/compMan CompManager.lhs 
    ghc/compiler/main    DriverFlags.hs DriverMkDepend.hs 
                         DriverPipeline.hs DriverState.hs 
                         DriverUtil.hs Main.hs 
                         PackageMaintenance.hs 
    ghc/compiler/utils   Panic.lhs 
  Log:
  Clean up the error handling a bit; the exception type is moved to
  Panic, and a new exception for panics has been added.
  
  Revision  Changes    Path
  1.37      +4 -4      fptools/ghc/compiler/compMan/CompManager.lhs
  1.34      +5 -3      fptools/ghc/compiler/main/DriverFlags.hs
  1.7       +2 -1      fptools/ghc/compiler/main/DriverMkDepend.hs
  1.41      +2 -1      fptools/ghc/compiler/main/DriverPipeline.hs
  1.20      +2 -1      fptools/ghc/compiler/main/DriverState.hs
  1.15      +6 -33     fptools/ghc/compiler/main/DriverUtil.hs
  1.38      +5 -5      fptools/ghc/compiler/main/Main.hs
  1.5       +5 -2      fptools/ghc/compiler/main/PackageMaintenance.hs
  1.5       +59 -8     fptools/ghc/compiler/utils/Panic.lhs