id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os	architecture	failure	difficulty	testcase	blockedby	blocking	related
4489	The new flag -fwarn-missing-import-lists does not recognize the (..) form of import.	andressr		"When using the (..) form of import and the new flag -fwarn-missing-import-lists, for example

{{{
import Foo ( A(..) )
}}}

GHC 7.0.0 RC2 yields the warning

{{{
Test.hs:1:1:
    Warning: The module `Foo' does not have an explicit import list
}}}

"	bug	closed	normal	7.4.1	Compiler		fixed		andres.sicard.ramirez@…	Unknown/Multiple	Unknown/Multiple	None/Unknown	Unknown	rename/should_compile/T4489			
