Bugs item #881718, was opened at 2004-01-21 13:11
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=881718&group_id=8032

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: spurious warning for no-main module when using -main-is

Initial Comment:
Excuse me if this is a known bug.  I compile a simple
program with a line like:

ghc -main-is TestCases --make TestCases.hs -o test

And it gives me a warning:

Warning: output was redirected with -o, but no output
will be generated
because there is no Main module.

but it creates the 'test' executable correctly.

This is with ghc version 6.2.

peace,

isaac jones
[EMAIL PROTECTED]

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

Comment By: Nobody/Anonymous (nobody)
Date: 2004-01-21 14:51

Message:
Logged In: NO 

Oops!  I think I'm incorrect, it doesn't seem to generate
the 'test' executable.  I must have been drinking too much
coffee.

That said, I haven't yet figured out how to get --make and
-main-is to play nice together.

peace,

isaac

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

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

Reply via email to