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

Simon Marlow simonmar@glass.cse.ogi.edu
Wed, 27 Jun 2001 09:34:55 -0700


simonmar    2001/06/27 09:34:55 PDT

  Modified files:
    ghc/compiler/main    Finder.lhs 
  Log:
  Allow a module to be found on the package path only, by adding
  
    findPackageModule :: ModuleName -> IO (Maybe (Module,ModuleLocation))
  
  Revision  Changes    Path
  1.43      +4 -3      fptools/ghc/compiler/main/Finder.lhs