simonpj     2003/10/13 03:43:04 PDT

  Modified files:
    ghc/compiler/iface   MkIface.lhs TcIface.lhs 
    ghc/compiler/simplCore SimplCore.lhs 
    ghc/compiler/specialise Rules.lhs 
    ghc/compiler/typecheck TcRnDriver.lhs TcRnMonad.lhs 
  Log:
  Deal corectly with rules for Ids defined in this module,
  even when they are imported (as orphans) from other modules.
  
  The epicentre for this stuff is SimplCore.
  
  Revision  Changes    Path
  1.3       +2 -2      fptools/ghc/compiler/iface/MkIface.lhs
  1.6       +7 -5      fptools/ghc/compiler/iface/TcIface.lhs
  1.117     +12 -21    fptools/ghc/compiler/simplCore/SimplCore.lhs
  1.36      +21 -3     fptools/ghc/compiler/specialise/Rules.lhs
  1.48      +1 -1      fptools/ghc/compiler/typecheck/TcRnDriver.lhs
  1.22      +28 -5     fptools/ghc/compiler/typecheck/TcRnMonad.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to