#3846: .ghci file is ignored on Mac OS X
-------------------------+--------------------------------------------------
  Reporter:  mvanier     |          Owner:         
      Type:  bug         |         Status:  closed 
  Priority:  normal      |      Milestone:         
 Component:  GHCi        |        Version:  6.10.4 
Resolution:  worksforme  |       Keywords:         
Difficulty:              |             Os:  MacOS X
  Testcase:              |   Architecture:  x86    
   Failure:  Other       |  
-------------------------+--------------------------------------------------
Changes (by igloo):

  * status:  new => closed
  * resolution:  => worksforme


Comment:

 It works for me on OS X, albeit with 6.12.1. It could be that the problem
 is that it doesn't do exactly what you expect; for example, without a
 `.ghci`:
 {{{
 $ ghci q.hs
 GHCi, version 6.12.1: http://www.haskell.org/ghc/  :? for help
 Loading package ghc-prim ... linking ... done.
 Loading package integer-gmp ... linking ... done.
 Loading package base ... linking ... done.
 Loading package ffi-1.0 ... linking ... done.
 [1 of 1] Compiling Main             ( q.hs, interpreted )
 Ok, modules loaded: Main.
 *Main>
 }}}
 and with `:set -v0` in `.ghci`:
 {{{
 $ ghci q.hs
 GHCi, version 6.12.1: http://www.haskell.org/ghc/  :? for help
 Loading package ghc-prim ... linking ... done.
 Loading package integer-gmp ... linking ... done.
 Loading package base ... linking ... done.
 Loading package ffi-1.0 ... linking ... done.
 *Main>
 }}}
 Note that `.ghci` isn't read, and so `-v0` isn't applied, before the early
 messages are printed.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3846#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to