[GHC] #13064: Incorrect redudant imports warning

GHC ghc-devs at haskell.org
Wed Jan 4 21:11:43 UTC 2017


#13064: Incorrect redudant imports warning
-------------------------------------+-------------------------------------
        Reporter:  phadej            |                Owner:
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:
       Component:  Compiler          |              Version:  8.0.1
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
 Type of failure:  Incorrect         |  Unknown/Multiple
  error/warning at compile-time      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by simonpj):

 Thanks for looking at this.

 The first thing to do is to work out the ''specification''.  The current
 spec is indeed the one at [wiki:Commentary/Compiler/UnusedImports].

 If you are happy with the spec, but the code does not implement it, then
 produce a small test case (preferably not depending on a complicated
 library) that demonstrates the problem.

 Then you are set to look for what is going wrong.

 Thanks!

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13064#comment:9>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list