
24 May
2010
24 May
'10
7:57 p.m.
On Fri, May 21, 2010 at 11:50 AM, Anatoly Yakovenko
anatolyy@anatolyy-linux ~ $ ghci GHCi, version 6.12.1: http://www.haskell.org/ghc/ :? for help Loading package ghc-prim ... linking ... done. Loading package integer-gmp ... linking ... done. Loading package base ... linking ... done. Loading package ffi-1.0 ... linking ... done.
1/2 0.5 *** Exception: : changeWorkingDirectory: does not exist (No such file or directory)
Can you check the current directory via shell commands from ghci (:! pwd) , or perhaps :cd to another location that you know to exist? --Rogan