cvs commit: fptools/ghc/compiler/compMan CompManager.lhs

Simon Marlow simonmar@glass.cse.ogi.edu
Wed, 7 Feb 2001 08:07:31 -0800


simonmar    2001/02/07 08:07:31 PST

  Modified files:
    ghc/compiler/compMan CompManager.lhs 
  Log:
  Enforce the restriction that .o files may only depend on other .o
  files.  Any .o files which don't satisfy this requirement will be
  ignored, and the module interpreted instead.
  
  Revision  Changes    Path
  1.50      +72 -47    fptools/ghc/compiler/compMan/CompManager.lhs