
20 May
2004
20 May
'04
12:01 p.m.
Jorge Adriano Aires
writes: I have the following structure:
MyProgram/A.hs MyProgram/Aux/B.hs MyProgram/Aux/C.hs
You have already received replies to your question, so let me make a different point. If you ever intend your program to work on Windows, do not use "Aux" as a file or directory name! The libraries mailing list has some recent experience of this. (Apparently "Aux" is a reserved filename on Windows and you get strange behaviour if you try to use it for anything else.)
Thanks for the tip, I'm working in linux though and Aux was really just an example :) J.A.