#1312: runghc doesn't respect -main-is
----------------------+-----------------------------------------------------
 Reporter:  simonmar  |          Owner:  igloo      
     Type:  bug       |         Status:  closed     
 Priority:  normal    |      Milestone:  6.8.3      
Component:  Compiler  |        Version:  6.6.1      
 Severity:  minor     |     Resolution:  fixed      
 Keywords:            |     Difficulty:  Easy (1 hr)
 Testcase:            |   Architecture:  Multiple   
       Os:  Unknown   |  
----------------------+-----------------------------------------------------
Comment (by igloo):

 No: If we see `--` then that forces the current set of arguments to end,
 but if we decide to end the arguments when we see `foo` then we don't look
 ahead to see if a `--` is coming.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1312#comment:9>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to