cvs commit: fptools/ghc/compiler/compMan CmLink.lhs CmTypes.lhs CompManager.lhs fptools/ghc/compiler/main DriverPipeline.hs

Julian Seward sewardj@glass.cse.ogi.edu
Mon, 20 Nov 2000 05:39:27 -0800


sewardj     2000/11/20 05:39:27 PST

  Modified files:
    ghc/compiler/compMan CmLink.lhs CmTypes.lhs CompManager.lhs 
    ghc/compiler/main    DriverPipeline.hs 
  Log:
  Redo the source-up-to-date logic (in CompManager.upsweep_mod).
  
  Revision  Changes    Path
  1.18      +10 -10    fptools/ghc/compiler/compMan/CmLink.lhs
  1.3       +15 -12    fptools/ghc/compiler/compMan/CmTypes.lhs
  1.19      +50 -35    fptools/ghc/compiler/compMan/CompManager.lhs
  1.32      +12 -8     fptools/ghc/compiler/main/DriverPipeline.hs