cvs commit: fptools/ghc/compiler Makefile fptools/ghc/compiler/main DriverPipeline.hs HscMain.lhs

Julian Seward sewardj@glass.cse.ogi.edu
Mon, 30 Oct 2000 03:18:14 -0800


sewardj     2000/10/30 03:18:14 PST

  Modified files:
    ghc/compiler         Makefile 
    ghc/compiler/main    DriverPipeline.hs HscMain.lhs 
  Log:
  Tmp hacks to allow source-unchangedness to work in one-shot compilation.
  
  Revision  Changes    Path
  1.103     +2 -2      fptools/ghc/compiler/Makefile
  1.11      +4 -2      fptools/ghc/compiler/main/DriverPipeline.hs
  1.30      +4 -3      fptools/ghc/compiler/main/HscMain.lhs