[GHC] #8640: :show imports ignores -XNoImplicitPrelude

GHC ghc-devs at haskell.org
Mon Dec 30 19:51:23 UTC 2013


#8640: :show imports ignores -XNoImplicitPrelude
------------------------------------+-------------------------------------
       Reporter:  monoidal          |             Owner:
           Type:  bug               |            Status:  new
       Priority:  normal            |         Milestone:
      Component:  GHCi              |           Version:  7.6.3
       Keywords:                    |  Operating System:  Unknown/Multiple
   Architecture:  Unknown/Multiple  |   Type of failure:  None/Unknown
     Difficulty:  Unknown           |         Test Case:
     Blocked By:                    |          Blocking:
Related Tickets:                    |
------------------------------------+-------------------------------------
 The implicit import should not be shown:

 {{{
 $ ghci -XNoImplicitPrelude
 ...
 > :show imports
 import Prelude -- implicit
 }}}

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


More information about the ghc-tickets mailing list