Re: getDirectoryContents fails in GHC 6.5 snapshots, works in GHC 6.4.1 snapshots

2005-08-09 Thread Sigbjorn Finne
to confusion about the layout of 'struct dirent'. - Original Message - From: Sigbjorn Finne [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: glasgow-haskell-bugs@haskell.org Sent: Monday, August 08, 2005 10:38 Subject: Re: getDirectoryContents fails in GHC 6.5 snapshots,works in GHC 6.4.1

RE: getDirectoryContents fails in GHC 6.5 snapshots, works in GHC 6.4.1 snapshots

2005-08-08 Thread Simon Marlow
On 29 July 2005 23:53, Brian Smith wrote: On 7/20/05, Brian Smith [EMAIL PROTECTED] wrote: This bug breaks Cabal 1.0 and Cabal 1.1.1. Expected results: passed Actual results: *** Exception: c:\: getDirectoryContents: failed (No error) The GHC 6.4.1 snapshot was downloaded a week ago; GHC

Re: getDirectoryContents fails in GHC 6.5 snapshots, works in GHC 6.4.1 snapshots

2005-08-08 Thread Brian Smith
On 8/8/05, Simon Marlow [EMAIL PROTECTED] wrote: On 29 July 2005 23:53, Brian Smith wrote: On 7/20/05, Brian Smith [EMAIL PROTECTED] wrote: This bug breaks Cabal 1.0 and Cabal 1.1.1. Expected results: passed Actual results: *** Exception: c:\: getDirectoryContents: failed (No error)

Re: getDirectoryContents fails in GHC 6.5 snapshots, works in GHC 6.4.1 snapshots

2005-07-29 Thread Brian Smith
On 7/20/05, Brian Smith [EMAIL PROTECTED] wrote: This bug breaks Cabal 1.0 and Cabal 1.1.1. Expected results: passed Actual results: *** Exception: c:\: getDirectoryContents: failed (No error) The GHC 6.4.1 snapshot was downloaded a week ago; GHC 6.5 is the snapshot from July 18th. I just

getDirectoryContents fails in GHC 6.5 snapshots, works in GHC 6.4.1 snapshots

2005-07-20 Thread Brian Smith
This bug breaks Cabal 1.0 and Cabal 1.1.1. Expected results: passed Actual results: *** Exception: c:\: getDirectoryContents: failed (No error) The GHC 6.4.1 snapshot was downloaded a week ago; GHC 6.5 is the snapshot from July 18th. Main.lhs: import System.Directory(getDirectoryContents)