cvs commit: fptools/ghc/compiler/main DriverPipeline.hs DriverFlags.hs
DriverState.hs DriverUtil.hs Main.hs PackageMaintenance.hs
PreProcess.hs
Simon Marlow
simonmar@glass.cse.ogi.edu
Wed, 11 Oct 2000 08:26:18 -0700
simonmar 2000/10/11 08:26:18 PDT
Modified files:
ghc/compiler/main DriverFlags.hs DriverState.hs
DriverUtil.hs Main.hs
PackageMaintenance.hs
Added files:
ghc/compiler/main DriverPipeline.hs
Removed files:
ghc/compiler/main PreProcess.hs
Log:
all compiles now; not quite hooked up to hscMain yet though.
Revision Changes Path
1.2 +93 -1 fptools/ghc/compiler/main/DriverFlags.hs
1.3 +4 -15 fptools/ghc/compiler/main/DriverState.hs
1.3 +7 -2 fptools/ghc/compiler/main/DriverUtil.hs
1.4 +28 -946 fptools/ghc/compiler/main/Main.hs
1.2 +4 -4 fptools/ghc/compiler/main/PackageMaintenance.hs