[Haskell-cafe] Exception: : changeWorkingDirectory: does not exist (No such file or directory)

Rogan Creswick creswick at gmail.com
Mon May 24 15:57:52 EDT 2010


On Fri, May 21, 2010 at 11:50 AM, Anatoly Yakovenko
<aeyakovenko at gmail.com> wrote:
> anatolyy at 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


More information about the Haskell-Cafe mailing list