The new flag -fwarn-missing-import-lists does not recognize the (..) form of import.
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
Trac metadata
| Trac field | Value |
|---|---|
| Version | |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | Compiler |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | |
| Architecture |