
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@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe