13 Dec 13:50
Re: ANNOUNCE: GHC version 6.8.2
Juanma Barranquero <lekktu <at> gmail.com>
2007-12-13 12:50:21 GMT
2007-12-13 12:50:21 GMT
On Dec 12, 2007 7:44 PM, Ian Lynagh <igloo <at> earth.li> wrote: > The GHC Team is pleased to announce a new patchlevel release of GHC. With the Windows release of GHC 6.8.2, GHCi does not find .ghci in %HOME% (though it finds it in the current directory): C:\wrk> echo %HOME% C:\home C:\wrk> ghci GHCi, version 6.8.2: http://www.haskell.org/ghc/ :? for help Loading package base ... linking ... done. Prelude> :quit Leaving GHCi. C:\wrk> cd %HOME% C:\home> ghci GHCi, version 6.8.2: http://www.haskell.org/ghc/ :? for help Loading package base ... linking ... done. ** Reading .ghci ** Prelude> :quit Leaving GHCi. C:\home> type .ghci putStrLn "** Reading .ghci **" C:\home> Juanma
RSS Feed