
#15910: GHC missreports import as redundant. -------------------------------------+------------------------------------- Reporter: AndreasK | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.6.3 Component: Compiler | Version: 8.6.2 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by monoidal): I think GHC is correct. The error is pointing at the second import, which is redundant: {{{ | 5 | import qualified Data.Map as M }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15910#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler