id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os	architecture	failure	difficulty	testcase	blockedby	blocking	related
7469	GHC does not report name clashes in export lists	Feuerbach		"{{{
module A where

a = undefined

module B (a, module A) where

import qualified A

a = undefined
}}}

There is a name clash here which GHC does not report."	bug	closed	normal		Compiler	7.6.1	invalid		roma@…	Unknown/Multiple	Unknown/Multiple	None/Unknown					
