Re: [Haskell-cafe] doesDirectoryExist is always returning False

2010-12-02 Thread Yitzchak Gale
Marcelo Sousa wrote: I'm having currently a problem with System.Directory in my mac os. Prelude System.Directory let dirTest = do {dir - getCurrentDirectory; doesDirectoryExist dir} Prelude System.Directory dirTest False I.e., System.Directory.doesDirectoryExist always returns False. I

Re: [Haskell-cafe] doesDirectoryExist is always returning False

2010-12-01 Thread Yitzchak Gale
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

Re: [Haskell-cafe] doesDirectoryExist is always returning False

2010-11-21 Thread wren ng thornton
On 11/20/10 9:55 AM, Marcelo Sousa wrote: Hi, 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

[Haskell-cafe] doesDirectoryExist is always returning False

2010-11-20 Thread Marcelo Sousa
Hi, 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 I noticed

Re: [Haskell-cafe] doesDirectoryExist is always returning False

2010-11-20 Thread Judah Jacobson
On Sat, Nov 20, 2010 at 6:55 AM, Marcelo Sousa dipyt...@gmail.com wrote: Hi, 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;