#4489: The new flag -fwarn-missing-import-lists does not recognize the (..) form
of import.
---------------------------------+------------------------------------------
    Reporter:  andressr          |       Owner:              
        Type:  bug               |      Status:  new         
    Priority:  normal            |   Component:  Compiler    
     Version:                    |    Keywords:              
    Testcase:                    |   Blockedby:              
          Os:  Unknown/Multiple  |    Blocking:              
Architecture:  Unknown/Multiple  |     Failure:  None/Unknown
---------------------------------+------------------------------------------
 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
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4489>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to