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

Simon Marlow simonmar at haskell.org
Mon Feb 14 11:38:34 EST 2005


simonmar    2005/02/14 08:38:34 PST

  Modified files:
    ghc/compiler/compMan CompManager.lhs 
  Log:
  cmSetContext: check whether the modules specified actually exist and
  emit the usual Finder error message if any don't.
  
  This regressed duing the ModuleName->Module changeover, where I was a
  bit heavyhanded in removing moduleNameToModule: it also checked for
  the existence of each module and emitted a sensible exception.
  
  Revision  Changes    Path
  1.162     +16 -2     fptools/ghc/compiler/compMan/CompManager.lhs


More information about the Cvs-ghc mailing list