[GHC] #8640: :show imports ignores -XNoImplicitPrelude
#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
#8640: :show imports ignores -XNoImplicitPrelude -------------------------------------+------------------------------------ Reporter: monoidal | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: GHCi | Version: 7.6.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Comment (by Simon Peyton Jones <simonpj@…>): In [changeset:"c93d664baa552e43c915e995663aa624bcfcd6ff/ghc"]: {{{ #!CommitTicketReference repository="ghc" revision="c93d664baa552e43c915e995663aa624bcfcd6ff" In ':show imports' take account of -XNoImplicitPrelude Fixes Trac #8640 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8640#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8640: :show imports ignores -XNoImplicitPrelude -------------------------------------+------------------------------------ Reporter: monoidal | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: GHCi | Version: 7.6.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Comment (by Simon Peyton Jones <simonpj@…>): In [changeset:"1c446635e37428d73bac7789458d291650475913/testsuite"]: {{{ #!CommitTicketReference repository="testsuite" revision="1c446635e37428d73bac7789458d291650475913" Test Trac #8640 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8640#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8640: :show imports ignores -XNoImplicitPrelude ---------------------------------------+----------------------------------- Reporter: monoidal | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: GHCi | Version: 7.6.3 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Test Case: ghci/scripts/T8640 | Difficulty: Unknown Blocking: | Blocked By: | Related Tickets: ---------------------------------------+----------------------------------- Changes (by simonpj): * status: new => closed * testcase: => ghci/scripts/T8640 * resolution: => fixed Comment: Thanks, great example. Simon -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8640#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC