Skip to content
  • Simon Marlow's avatar
    #2566: emit a warning for 'ghc -c foo.bar' · f7d457cd
    Simon Marlow authored
    $ 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.
    f7d457cd