[GHC] #11738: A command to remove modules from the target list
GHC
ghc-devs at haskell.org
Mon Mar 21 20:46:49 UTC 2016
#11738: A command to remove modules from the target list
-------------------------------------+-------------------------------------
Reporter: jh3141 | Owner:
Type: feature | Status: new
request |
Priority: normal | Milestone:
Component: GHCi | Version: 7.10.3
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
Maybe it's because I'm a newbie, or possibly just because having the
separate lists is a little confusing generally, but I quite often
accidentally add a module to the target list (:a modulename) when I meant
to add it to the current scope (:m +modulename). A way of *removing* the
module after doing this would be useful, because it often results in
errors when I use :reload.
The following stack overflow question contains an answer with a suggested
implementation, which could be useful:
http://stackoverflow.com/questions/36139011/how-to-remove-module-from-
target-list-in-ghci
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11738>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list