simonpj     2004/05/07 07:06:45 PDT

  Modified files:
    ghc/compiler/typecheck TcRnDriver.lhs 
  Log:
        ---------------------------------
        Make sure that GHCi loads all
        necessary orphan-instance modules
        ---------------------------------
  
  When you do :m A, we need to load any orphan-instance modules
  below A.  That's easily done, but had been forgotten.
  
        Do not merge to stable: the fix is different there
  
  Revision  Changes    Path
  1.72      +4 -1      fptools/ghc/compiler/typecheck/TcRnDriver.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to