[Haskell-cafe] about Ghci

Alistair Bayley alistair at abayley.org
Thu Apr 28 16:37:06 EDT 2005


Works in the "current" directory too, which is what I do under WinXP. I
have a run_ghci.bat file in my src folder, which looks something like:

set path=c:\ghc\ghc6.4\bin;%path%
start ghci

and the .ghci file is in this dir too.



Christian Maeder wrote:
> SCOTT J. wrote:
> 
>>Hi,
>>
>>I use Windows XP and I like to start Ghci in extended mode. What do I have to do in order not having to type always 
>>
>>:set -fglasgow-exts 
> 
> 
> under unix this line can be put in a file ".ghci" in your home
> directory. Maybe $HOME is a variable under windows as well (and it is
> looked up accordingly).
> 
> Christian
> 
> http://www.haskell.org/ghc/docs/latest/html/users_guide/ghci-dot-files.html
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
> 
> 



More information about the Haskell-Cafe mailing list