I'm really frustrated that modules that you want to compile to executables have to be named Main. I often have a module with a main method that I use for testing or whatever (perhaps I want the gained speed of an executable) but is, for the most part, a module I import into others. I end up having to constantly change the module name whenever I want to compile it and I find this terribly frustrating.
Is there any reason you can't just compile things that simply export a main method with the proper type? Is this a ghc specific thing or does nhc also have this restriction? Any chance ghc will change its policy on this? - Hal -- Hal Daume III "Computer science is no more about computers | [EMAIL PROTECTED] than astronomy is about telescopes." -Dijkstra | www.isi.edu/~hdaume _______________________________________________ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell