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

Anatoly Yakovenko aeyakovenko at gmail.com
Tue May 25 14:20:21 EDT 2010


there must have been some linker incompatibility.  gentoo must have
updated some library that ghci depended on causing this breakage.  I
re-installed ghc and everything started working.

On Mon, May 24, 2010 at 1:19 PM, Daniel Fischer
<daniel.is.fischer at web.de> wrote:
> On Monday 24 May 2010 21:35:10, Anatoly Yakovenko wrote:
>> :set -fglasgow-exts
>
> Can't you be more discriminating and turn on only those extensions you
> regularly use?
>
>> :set prompt "> "
>>
>> Thats all i have in my .ghci file
>
> Shouldn't cause a cd.
>
> Maybe
>
> $ ghci -v4
>
> would give a hint?
>


More information about the Haskell-Cafe mailing list