[project @ 2002-11-05 11:42:48 by simonpj]
authorsimonpj <unknown>
Tue, 5 Nov 2002 11:42:49 +0000 (11:42 +0000)
committersimonpj <unknown>
Tue, 5 Nov 2002 11:42:49 +0000 (11:42 +0000)
commitc4d85183321cb88070d5e6a76dbc4594ebaf2f48
tree152824cee243e46cedff7d74a3db211cdd941d43
parentb286baf4c62c79c744c9515c21ee8008b3519689
[project @ 2002-11-05 11:42:48 by simonpj]
------------------
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
ghc/compiler/rename/RnNames.lhs
ghc/compiler/typecheck/TcRnMonad.lhs
ghc/compiler/typecheck/TcRnTypes.lhs