simonmar 2003/10/22 07:31:11 PDT
Modified files:
ghc/compiler/main DriverPhases.hs DriverPipeline.hs
HscMain.lhs Main.hs SysTools.lhs
ghc/compiler/compMan CompManager.lhs
ghc/compiler/ghci Linker.lhs
Log:
- 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.
Revision Changes Path
1.28 +36 -26 fptools/ghc/compiler/main/DriverPhases.hs
1.161 +2 -2 fptools/ghc/compiler/main/DriverPipeline.hs
1.189 +2 -2 fptools/ghc/compiler/main/HscMain.lhs
1.135 +3 -3 fptools/ghc/compiler/main/Main.hs
1.107 +2 -2 fptools/ghc/compiler/main/SysTools.lhs
1.139 +1 -1 fptools/ghc/compiler/compMan/CompManager.lhs
1.37 +10 -13 fptools/ghc/compiler/ghci/Linker.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc