id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
1748,main-is argument cannot be hierarchical module,guest,igloo,"Foobar.hs:
{{{
module Foo.Bar where
main = putStrLn ""hi""
}}}

{{{
ghc --make -main-is Foo.bar Foobar -o Foobar
Warning: output was redirected with -o, but no output will be generated
}}}

When not using hierarchical names, i.e. name Foo.bar FooSomething and -main-is FooSomething, a binary FooSomething is created. 

Reported for 6.9, but probably also in 6.8.",merge,closed,normal,,Compiler,6.9,fixed,,,Unknown/Multiple,Unknown/Multiple,,Unknown,driver062.5,,,
