Re: [Haskell-cafe] Hierarchical modules issue

2010-07-18 Thread Ivan Miljenovic
On 19 July 2010 14:31, Jonathan Geddes geddes.jonat...@gmail.com wrote: Now when I'm working in a subdirectory, say Foo where the modules are named Foo.Bar, Foo.Baz, Foo.etc., and I try to compile Bar.hs which imports Foo.Baz, the compiler looks for the file Foo/Baz.hs. The problem is that I'm

Re: [Haskell-cafe] Hierarchical modules issue

2010-07-18 Thread Vo Minh Thu
2010/7/19 Ivan Miljenovic ivan.miljeno...@gmail.com: On 19 July 2010 14:31, Jonathan Geddes geddes.jonat...@gmail.com wrote: Now when I'm working in a subdirectory, say Foo where the modules are named Foo.Bar, Foo.Baz, Foo.etc., and I try to compile Bar.hs which imports Foo.Baz, the compiler