cvs commit: fptools/ghc/compiler/main DriverState.hs Finder.lhs

Julian Seward sewardj@glass.cse.ogi.edu
Mon, 22 Oct 2001 08:08:27 -0700


sewardj     2001/10/22 08:08:27 PDT

  Modified files:        (Branch: ghc-5-02-branch)
    ghc/compiler/main    DriverState.hs Finder.lhs 
  Log:
  merge revs
  
    1.60      +5 -1      fptools/ghc/compiler/main/DriverState.hs
    1.49      +11 -7     fptools/ghc/compiler/main/Finder.lhs
  
    Changes to the finder algorithm: in non-compilation-manager modes
    (eg. ghc -c) we now search for .hi files only, because a source file
    is no good to us.  In compilation manager modes, we now don't search
    for .hi files in the home package at all.
  
  Revision  Changes    Path
  1.55.4.2  +5 -1      fptools/ghc/compiler/main/DriverState.hs
  1.46.4.3  +11 -7     fptools/ghc/compiler/main/Finder.lhs