cvs commit: fptools/ghc/compiler/compMan CompManager.lhs fptools/ghc/compiler/main DriverPipeline.hs Finder.lhs HscMain.lhs

Simon Marlow simonmar@glass.cse.ogi.edu
Mon, 26 Feb 2001 07:50:21 -0800


simonmar    2001/02/26 07:50:21 PST

  Modified files:
    ghc/compiler/compMan CompManager.lhs 
    ghc/compiler/main    DriverPipeline.hs Finder.lhs HscMain.lhs 
  Log:
  - message wibbles
  
  - in one-shot mode, make sure the interface file follows the module rather
    than the filename of the source.
  
  Revision  Changes    Path
  1.56      +0 -9      fptools/ghc/compiler/compMan/CompManager.lhs
  1.51      +12 -11    fptools/ghc/compiler/main/DriverPipeline.hs
  1.29      +4 -0      fptools/ghc/compiler/main/Finder.lhs
  1.99      +15 -10    fptools/ghc/compiler/main/HscMain.lhs