cvs commit: fptools/ghc/compiler/main DriverState.hs Finder.lhs
Simon Marlow
simonmar@glass.cse.ogi.edu
Mon, 22 Oct 2001 03:33:51 -0700
simonmar 2001/10/22 03:33:51 PDT
Modified files:
ghc/compiler/main DriverState.hs Finder.lhs
Log:
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.60 +5 -1 fptools/ghc/compiler/main/DriverState.hs
1.49 +11 -7 fptools/ghc/compiler/main/Finder.lhs