Re: Problem with the object file name of the Main module.

2014-01-12 Thread Carter Schonwald
Christian, have you tried using cabal? People write cabal files with multiple executables being generated all the time. On Sunday, January 12, 2014, Christian Brolin wrote: > H. > > The documentation (version 7.6.3) section 7.7.2 Output files says that the > source file name of the Main module do

Problem with the object file name of the Main module.

2014-01-12 Thread Christian Brolin
H. The documentation (version 7.6.3) section 7.7.2 Output files says that the source file name of the Main module does not have to be Main.hs making it "possible to have several Main modules in separate source files in the same directory". While this is true and promising it is seems to be un