
1 Dec
2010
1 Dec
'10
5:05 a.m.
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