simonpj     2002/11/05 03:42:50 PST

  Modified files:
    ghc/compiler/rename  RnNames.lhs 
    ghc/compiler/typecheck TcRnMonad.lhs TcRnTypes.lhs 
  Log:
                ------------------
                Fix module exports
                ------------------
  
  GHC was doing the wrong thing when it came to detecting conflicts
  on exports from 'module M' items.  This commit fixes it.
  
  There's a test in rename/should_fail/rnfail040
  
  Revision  Changes    Path
  1.141     +64 -25    fptools/ghc/compiler/rename/RnNames.lhs
  1.9       +1 -1      fptools/ghc/compiler/typecheck/TcRnMonad.lhs
  1.14      +20 -12    fptools/ghc/compiler/typecheck/TcRnTypes.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc


Reply via email to