cvs commit: fptools/ghc/compiler/codeGen CodeGen.lhs

Simon Marlow simonmar at glass.cse.ogi.edu
Tue Mar 9 09:04:46 EST 2004


simonmar    2004/03/09 09:04:45 PST

  Modified files:        (Branch: backend-hacking-branch)
    ghc/compiler/codeGen CodeGen.lhs 
  Log:
  The init code for Main also needs to call the init code for
  GHC.TopHandler, because it refers to runIO.  We got away with this
  before, because GHC.TopHandler only imported Prelude, but now
  GHC.TopHandler refers to stuff in Control.Exception which is above the
  Prelude.
  
  This is a bug in the HEAD, too.
  
  Revision  Changes    Path
  1.58.2.12 +13 -5     fptools/ghc/compiler/codeGen/CodeGen.lhs


More information about the Cvs-ghc mailing list