cvs commit: fptools/ghc/compiler/main DriverFlags.hs DriverMkDepend.hs DriverPipeline.hs DriverState.hs DriverUtil.hs Finder.lhs HscMain.lhs Main.hs PackageMaintenance.hs

Julian Seward sewardj@glass.cse.ogi.edu
Thu, 26 Oct 2000 09:21:02 -0700


sewardj     2000/10/26 09:21:02 PDT

  Modified files:
    ghc/compiler/main    DriverFlags.hs DriverMkDepend.hs 
                         DriverPipeline.hs DriverState.hs 
                         DriverUtil.hs Finder.lhs HscMain.lhs 
                         Main.hs PackageMaintenance.hs 
  Log:
  Compile everything up to Main.  The Really Entertaining News (tm) is that
  there are still modules beyond Main to fix up :-)
  
  Revision  Changes    Path
  1.9       +76 -76    fptools/ghc/compiler/main/DriverFlags.hs
  1.3       +33 -33    fptools/ghc/compiler/main/DriverMkDepend.hs
  1.8       +61 -77    fptools/ghc/compiler/main/DriverPipeline.hs
  1.7       +87 -86    fptools/ghc/compiler/main/DriverState.hs
  1.4       +5 -5      fptools/ghc/compiler/main/DriverUtil.hs
  1.7       +14 -14    fptools/ghc/compiler/main/Finder.lhs
  1.26      +7 -9      fptools/ghc/compiler/main/HscMain.lhs
  1.10      +33 -30    fptools/ghc/compiler/main/Main.hs
  1.3       +8 -8      fptools/ghc/compiler/main/PackageMaintenance.hs