[project @ 2003-10-22 14:31:09 by simonmar]
authorsimonmar <unknown>
Wed, 22 Oct 2003 14:31:11 +0000 (14:31 +0000)
committersimonmar <unknown>
Wed, 22 Oct 2003 14:31:11 +0000 (14:31 +0000)
commit948e7f388748078a8d9a324b284da7c4029f7060
tree789994f1c3b07086beb63aacb068d9068bf57f8a
parenta35a6325322ea7fef4fe66d34bba5bf59231f7cc
[project @ 2003-10-22 14:31:09 by simonmar]
- In GHCi & Template Haskell, give a warning for things mentioned
  on the command line that we don't recognise, and then ignore them.
  In batch mode, these are still passed to the linker as before.

- Clean up & rename the filename-suffix recognising functions in
  DriverPhases. There's probably a better place for these, but I've left
  them where they are for now.
ghc/compiler/compMan/CompManager.lhs
ghc/compiler/ghci/Linker.lhs
ghc/compiler/main/DriverPhases.hs
ghc/compiler/main/DriverPipeline.hs
ghc/compiler/main/HscMain.lhs
ghc/compiler/main/Main.hs
ghc/compiler/main/SysTools.lhs