Problems with 6.x compilers

Bulat Ziganshin bulatz at HotPOP.com
Tue Nov 22 14:03:41 EST 2005


Hello Michael,

Tuesday, November 22, 2005, 8:18:24 PM, you wrote:

MM> 6.2 and up: The object file is named after the module, not after the
MM>     source file as in 5.04. As there are several main modules in my
MM>     project, each in its own source file, all I get is a big mess. Any
MM>     suggestions?

you can give different module names to this modules and use -main-is
option to specify main module in each compilation (see
.../ghc/doc/html/users_guide/flag-reference.html)



-- 
Best regards,
 Bulat                            mailto:bulatz at HotPOP.com





More information about the Glasgow-haskell-users mailing list