ANNOUNCE: GHC version 6.8.2
Juanma Barranquero
lekktu at gmail.com
Thu Dec 13 07:50:21 EST 2007
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
More information about the Glasgow-haskell-users
mailing list