Hi.
 
The problem with open files contained in directories whose name contain white space is still present under Windows (Win XP Pro at least). It apparently works under Linux but not under windows.
 
Opening a file in a directory called "Test dir" via one of
 
$ ghci Test\ dir/Test.lhs
$ ghci "Test dir/Test.lhs"
$ ghci Test\ dir\\Test.lhs
$ ghci "Test\ dir\\Test.lhs"
 
gives the error
 
Test\:
    Can't find module `Test\'
    (use -v to see a list of the files searched for)
 
The output from running ghci with the -v flag is attached to this mail. As usual ghc works perfectly.
 
Please, please, please fix this bug (so that I can build a CVS version) as we need it in our functional programming course.
 
Thanks, Calle