[GHC] #10890: Incorrect redundant import warning for type classes
GHC
ghc-devs at haskell.org
Fri Sep 18 00:23:28 UTC 2015
#10890: Incorrect redundant import warning for type classes
-------------------------------------+-------------------------------------
Reporter: quchen | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 8.0.1
Component: Compiler | Version: 7.10.2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Revisions:
-------------------------------------+-------------------------------------
Comment (by osa1):
This is awesome, just re-order imports like this:
{{{#!haskell
import Extends
import Base
}}}
and GHC doesn't print the warning anymore :) I'm about to solve this case.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10890#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list