Namespace trouble
Malcolm Wallace
Malcolm.Wallace at cs.york.ac.uk
Thu May 20 12:28:37 EDT 2004
Jorge Adriano Aires <jadrian at mat.uc.pt> 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.)
Regards,
Malcolm
More information about the Glasgow-haskell-users
mailing list