On Fri, May 21, 2010 at 11:50 AM, Anatoly Yakovenko
<aeyakove...@gmail.com> wrote:
> anato...@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
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to