[GHC] #12450: Option to suppress GHCi output "Failed, modules loaded"
GHC
ghc-devs at haskell.org
Tue Aug 2 05:45:51 UTC 2016
#12450: Option to suppress GHCi output "Failed, modules loaded"
-------------------------------------+-------------------------------------
Reporter: ezyang | Owner:
Type: feature request | Status: new
Priority: normal | Milestone:
Component: GHCi | Version: 8.0.1
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 ezyang):
An acceptable workaround is:
{{{
ghci Foo.hs | (trap '' SIGINT; sed -e '/Failed, modules loaded.*/d')
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12450#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list