[Haskell] Re: ANNOUNCE: GHC version 6.8.2

2007-12-13 Thread Claus Reinke
With the Windows release of GHC 6.8.2, GHCi does not find .ghci in %HOME% (though it finds it in the current directory): try %HOMEDRIVE% %HOMEPATH% instead? or the result of 'System.Directory.getHomeDirectory'. you might have set %HOME% to help some unix software along, but this variable doesn

[Haskell] Re: ANNOUNCE: GHC version 6.8.2

2007-12-13 Thread Alex Jacobson
Will this also work with Tiger or do I have to upgrade? -Alex- Manuel M T Chakravarty wrote: Ian Lynagh wrote: = The (Interactive) Glasgow Haskell Compiler -- version 6.8.2 ==

[Haskell] Re: ANNOUNCE: GHC version 6.8.2

2007-12-13 Thread Manuel M T Chakravarty
Alex Jacobson: Will this also work with Tiger or do I have to upgrade? I don't know. I have no box with Tiger to test. Give it a try. The worst that can happen is that it is going to complain about some missing libraries or similar. Manuel Manuel M T Chakravarty wrote: Ian Lynagh wro