[Haskell-cafe] doesDirectoryExist is always returning False

Yitzchak Gale gale at sefer.org
Wed Dec 1 11:05:34 CET 2010


On Sat, Nov 20, 2010 at 4:55 PM, Marcelo Sousa wrote:
> I'm having currently a problem with System.Directory in my mac os.
>   System Version: Mac OS X 10.6.5
>   Kernel Version: Darwin 10.5.0
> Prelude System.Directory> let dirTest = do {dir <- getCurrentDirectory;
> doesDirectoryExist dir}
> Prelude System.Directory> dirTest
> False

This did not happen on my Mac, but now it started
happening, right after I upgraded some packages.
I suspect the unix package. See:

http://hackage.haskell.org/trac/ghc/ticket/4812

Thanks,
Yitz



More information about the Haskell-Cafe mailing list