Bugs item #1162736, was opened at 2005-03-14 02:44
Message generated for change (Settings changed) made by simonpj
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1162736&group_id=8032

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Compiler
Group: 6.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Ashley Yakeley (ashley-y)
>Assigned to: Simon Peyton Jones (simonpj)
Summary: "ghc -M" complains about multiply-defined "Main" modules

Initial Comment:
I'm trying to create dependencies for my Makefile using "ghc -M". 
The files I give it include several main program modules. GHC 
complains:

module `Main' is defined in multiple files: Investigation/
Double_TEST.hs
                                            Investigation/ThrowCatch_TEST.hs
                                            Org/Org/Semantic/HBase/Basic/
Integer_TEST.hs
etc.

This problem didn't happen with 6.2.2.

----------------------------------------------------------------------

Comment By: Mike Gunter (magunter)
Date: 2005-06-07 15:34

Message:
Logged In: YES 
user_id=300931

Fixing this is a high priority for me.  I was working around
it by using
6.2.2 to generate dependencies.  Now that I'm using a
library not in 6.2,
that workaround fails.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1162736&group_id=8032
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to