cvs commit: fptools/ghc/compiler/basicTypes BasicTypes.lhs fptools/ghc/compiler/compMan CmLink.lhs CmStaticInfo.lhs CompManager.lhs fptools/ghc/compiler/main Main.hs

Julian Seward sewardj@glass.cse.ogi.edu
Wed, 15 Nov 2000 02:49:54 -0800


sewardj     2000/11/15 02:49:54 PST

  Modified files:
    ghc/compiler/basicTypes BasicTypes.lhs 
    ghc/compiler/compMan CmLink.lhs CmStaticInfo.lhs 
                         CompManager.lhs 
    ghc/compiler/main    Main.hs 
  Log:
  Fix up the Batch vs Interactive plumbing.
  
  Revision  Changes    Path
  1.22      +1 -14     fptools/ghc/compiler/basicTypes/BasicTypes.lhs
  1.9       +1 -2      fptools/ghc/compiler/compMan/CmLink.lhs
  1.3       +3 -1      fptools/ghc/compiler/compMan/CmStaticInfo.lhs
  1.9       +31 -28    fptools/ghc/compiler/compMan/CompManager.lhs
  1.22      +5 -4      fptools/ghc/compiler/main/Main.hs