[GHC] #11389: Print a message when loading a .ghci file

GHC ghc-devs at haskell.org
Sat Jan 9 16:38:21 UTC 2016


#11389: Print a message when loading a .ghci file
-------------------------------------+-------------------------------------
           Reporter:  rwbarton       |             Owner:
               Type:  feature        |            Status:  new
  request                            |
           Priority:  normal         |         Milestone:
          Component:  GHCi           |           Version:  7.8.4
           Keywords:  newcomer       |  Operating System:  Unknown/Multiple
       Architecture:                 |   Type of failure:  None/Unknown
  Unknown/Multiple                   |
          Test Case:                 |        Blocked By:
           Blocking:                 |   Related Tickets:
Differential Rev(s):                 |         Wiki Page:
-------------------------------------+-------------------------------------
 It'd be nice to have a notice displayed when ghci loads a .ghci file,
 something like
 {{{
 rwbarton at morphism:~$ ghci-7.10.1
 GHCi, version 7.10.1: http://www.haskell.org/ghc/  :? for help
 Loaded GHCi configuration from /home/rwbarton/.ghci
 Prelude>
 }}}
 I want this mostly so that we can tell whether people filing ghci bugs
 might have anything relevant in their `.ghci` files.

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


More information about the ghc-tickets mailing list