cvs commit: fptools/ghc/compiler/main HscMain.lhs MkIface.lhs

Simon Peyton Jones simonpj@glass.cse.ogi.edu
Mon, 19 Mar 2001 08:17:28 -0800


simonpj     2001/03/19 08:17:28 PST

  Modified files:
    ghc/compiler/main    HscMain.lhs MkIface.lhs 
  Log:
  	-------------------------------
  PS to:	Improve orphan-module resolution
  	-------------------------------
  
  {This comment got missed out of the previous commit.}
  
  I also moved mkFinalIface from HscMain to MkIface, where it is much tidier.
  (This is related, because it's mkFinalIface that now sets mi_orphan.)
  
  
  
  Revision  Changes    Path
  1.113     +1 -0      fptools/ghc/compiler/main/HscMain.lhs
  1.128     +1 -0      fptools/ghc/compiler/main/MkIface.lhs