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

Reply via email to