cvs commit: fptools/ghc/compiler/main DriverFlags.hs DriverState.hs
DriverUtil.hs PackageMaintenance.hs PreProcess.hs CmdLineOpts.lhs
HscMain.lhs Main.hs TmpFiles.hs
Simon Marlow
simonmar@glass.cse.ogi.edu
Wed, 11 Oct 2000 04:54:58 -0700
simonmar 2000/10/11 04:54:58 PDT
Modified files:
ghc/compiler/main CmdLineOpts.lhs HscMain.lhs Main.hs
TmpFiles.hs
Added files:
ghc/compiler/main DriverFlags.hs DriverState.hs
DriverUtil.hs PackageMaintenance.hs
PreProcess.hs
Log:
Some progress:
- driver is split up into slightly more managable parts
- PreProces interface for use by the summariser
- flags stuff is taking shape
Revision Changes Path
1.100 +86 -5 fptools/ghc/compiler/main/CmdLineOpts.lhs
1.2 +0 -16 fptools/ghc/compiler/main/HscMain.lhs
1.2 +47 -1375 fptools/ghc/compiler/main/Main.hs
1.2 +16 -6 fptools/ghc/compiler/main/TmpFiles.hs