id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
2167,The -main-is option to runghc does not appear to work.,cjs,,"The -main-is option to runghc does not appear to work, at least not when specifying a package name. Create Hello.hs:
{{{
    module Hello where
    main = putStrLn ""Hello.""
}}}
and then try to run it:
{{{
    runghc -main-is Hello Hello.hs
}}}
You will see:
{{{
    <interactive>:1:113:
        Failed to load interface for `Main':
          Use -v to see a list of the files searched for.
}}}",bug,closed,normal,,Compiler,6.8.2,duplicate,,,NetBSD,x86,,Unknown,,,,
