cvs commit: fptools/ghc/compiler/compMan CompManager.lhs fptools/ghc/compiler/main Main.hs TmpFiles.hs

Simon Marlow simonmar@glass.cse.ogi.edu
Mon, 12 Feb 2001 05:33:47 -0800


simonmar    2001/02/12 05:33:47 PST

  Modified files:
    ghc/compiler/compMan CompManager.lhs 
    ghc/compiler/main    Main.hs TmpFiles.hs 
  Log:
  Clean up temporary files between compilations, but cache preprocessed
  modules that we might re-use.
  
  Revision  Changes    Path
  1.54      +11 -0     fptools/ghc/compiler/compMan/CompManager.lhs
  1.50      +2 -2      fptools/ghc/compiler/main/Main.hs
  1.15      +26 -12    fptools/ghc/compiler/main/TmpFiles.hs