#5860: Ambiguity between redundant imports
-------------------------------+--------------------------------------------
  Reporter:  elliottt          |          Owner:                  
      Type:  feature request   |         Status:  closed          
  Priority:  normal            |      Milestone:                  
 Component:  Compiler          |        Version:  7.4.1           
Resolution:  invalid           |       Keywords:  module system   
        Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown      |     Difficulty:  Unknown         
  Testcase:                    |      Blockedby:                  
  Blocking:                    |        Related:                  
-------------------------------+--------------------------------------------
Changes (by simonpj):

  * status:  new => closed
  * difficulty:  => Unknown
  * resolution:  => invalid


Comment:

 Looks ok to me.  The error message points to line 4, and the import of
 `Data.ByteString` on that line is indeed redundant.  I suppose we could
 say "The qualified import of ...", but I'm inclined to let this lie.
 Reopen if you disagree.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5860#comment:1>
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