Problem with the object file name of the Main module.
Christian Brolin
cbrolin at gmail.com
Sun Jan 12 14:07:52 UTC 2014
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 unusable since GHC always compiles the main source file into
an object file called Main.o.
More information about the Glasgow-haskell-users
mailing list