cvs commit: fptools/ghc/compiler/ghci CmSummarise.lhs fptools/ghc/compiler/main DriverPipeline.hs Finder.lhs HscMain.lhs HscTypes.lhs MkIface.lhs fptools/ghc/compiler/rename Rename.lhs RnHiFiles.lhs RnIfaces.lhs RnMonad.lhs fptools/ghc/compiler/utils Util.lhs

Julian Seward sewardj@glass.cse.ogi.edu
Mon, 30 Oct 2000 10:13:16 -0800


sewardj     2000/10/30 10:13:16 PST

  Modified files:
    ghc/compiler/ghci    CmSummarise.lhs 
    ghc/compiler/main    DriverPipeline.hs Finder.lhs HscMain.lhs 
                         HscTypes.lhs MkIface.lhs 
    ghc/compiler/rename  Rename.lhs RnHiFiles.lhs RnIfaces.lhs 
                         RnMonad.lhs 
    ghc/compiler/utils   Util.lhs 
  Log:
  Move readIface from RnM to IO, and commensurate changes.  Also, add a
  field to ModuleLocation to hold preprocessed source locations.
  
  Revision  Changes    Path
  1.14      +2 -3      fptools/ghc/compiler/ghci/CmSummarise.lhs
  1.13      +12 -12    fptools/ghc/compiler/main/DriverPipeline.hs
  1.19      +8 -6      fptools/ghc/compiler/main/Finder.lhs
  1.33      +6 -3      fptools/ghc/compiler/main/HscMain.lhs
  1.50      +4 -3      fptools/ghc/compiler/main/HscTypes.lhs
  1.94      +5 -13     fptools/ghc/compiler/main/MkIface.lhs
  1.120     +38 -31    fptools/ghc/compiler/rename/Rename.lhs
  1.12      +21 -16    fptools/ghc/compiler/rename/RnHiFiles.lhs
  1.118     +4 -8      fptools/ghc/compiler/rename/RnIfaces.lhs
  1.102     +6 -0      fptools/ghc/compiler/rename/RnMonad.lhs
  1.46      +15 -1     fptools/ghc/compiler/utils/Util.lhs