RE: mysterious directory include error

2005-09-13 Thread Simon Marlow
On 13 September 2005 00:25, Frederik Eaton wrote: Works for me with a 6.4.1 snapshot. I've upgraded to 6.4.1.20050903 and it still doesn't work. Did you remember to create the empty directory 'foo'? Of course, I think there are two things wrong: (1) the fact that it doesn't work, (2) the

RE: mysterious directory include error

2005-09-12 Thread Simon Marlow
On 20 August 2005 22:41, Frederik Eaton wrote: Here is my program: #!/usr/bin/runghc -i./foo main :: IO () main = do print hi $ runghc --version The Glorious Glasgow Haskell Compilation System, version 6.4 $ ls foo $ ./test.hs interactive:1:85: Failed to load interface

Re: mysterious directory include error

2005-09-12 Thread Frederik Eaton
On Mon, Sep 12, 2005 at 12:46:22PM +0100, Simon Marlow wrote: On 20 August 2005 22:41, Frederik Eaton wrote: Here is my program: #!/usr/bin/runghc -i./foo main :: IO () main = do print hi $ runghc --version The Glorious Glasgow Haskell Compilation System, version 6.4 $

Re: mysterious directory include error

2005-09-12 Thread Frederik Eaton
Works for me with a 6.4.1 snapshot. I've upgraded to 6.4.1.20050903 and it still doesn't work. Did you remember to create the empty directory 'foo'? Of course, I think there are two things wrong: (1) the fact that it doesn't work, (2) the fact that the error message is uninformative.

mysterious directory include error

2005-08-20 Thread Frederik Eaton
Here is my program: #!/usr/bin/runghc -i./foo main :: IO () main = do print hi $ runghc --version The Glorious Glasgow Haskell Compilation System, version 6.4 $ ls foo $ ./test.hs interactive:1:85: Failed to load interface for `Main': Could not find module `Main':