#2566: "ghc -c foo.bar" silently does nothing
---------------------+------------------------------------------------------
 Reporter:  igloo    |          Owner:  igloo  
     Type:  merge    |         Status:  new    
 Priority:  normal   |      Milestone:  6.10.1 
Component:  Driver   |        Version:  6.8.3  
 Severity:  normal   |     Resolution:         
 Keywords:           |     Difficulty:  Unknown
 Testcase:           |   Architecture:  Unknown
       Os:  Unknown  |  
---------------------+------------------------------------------------------
Changes (by simonmar):

  * owner:  simonmar => igloo
  * type:  bug => merge

Comment:

 Fixed.

 {{{
 Tue Sep 23 15:49:56 BST 2008  Simon Marlow <[EMAIL PROTECTED]>
   * #2566: emit a warning for 'ghc -c foo.bar'

   $ ghc -c foo.bar
   Warning: the following files would be used as linker inputs, but linking
 is not being done: foo.bar
   ghc: no input files
   Usage: For basic information, try the `--help' option.
 }}}

 testsuite:

 {{{
 Tue Sep 23 15:01:20 BST 2008  Simon Marlow <[EMAIL PROTECTED]>
   * add test for #2566, also enable driver100 which wasn't being run
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2566#comment:2>
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