#2566: emit a warning for 'ghc -c foo.bar'
authorSimon Marlow <simonmar@microsoft.com>
Tue, 23 Sep 2008 14:49:56 +0000 (14:49 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 23 Sep 2008 14:49:56 +0000 (14:49 +0000)
commitf7d457cd1f89e056b0b43106f1ae7508a399cb40
tree9184b544936399fb585d635bdb3564f29f2a50c6
parent1bc059870916339b3caac3514b28398ff9a588a2
#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.
ghc/Main.hs