[commit: ghc] master: Remove DynFlags's hscOutName field (cee55b9)
Ian Lynagh
igloo at earth.li
Sat Apr 27 01:21:37 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/cee55b9e9b4396f68c787d573007999e4588a558
>---------------------------------------------------------------
commit cee55b9e9b4396f68c787d573007999e4588a558
Author: Ian Lynagh <ian at well-typed.com>
Date: Fri Apr 26 21:09:46 2013 +0100
Remove DynFlags's hscOutName field
We now just pass the output filename as an argument instead
compiler/main/CodeOutput.lhs | 4 ++--
compiler/main/DriverPipeline.hs | 12 ++++--------
compiler/main/DynFlags.hs | 2 --
compiler/main/GHC.hs | 6 +++---
compiler/main/HscMain.hs | 20 ++++++++++----------
ghc/Main.hs | 2 --
6 files changed, 19 insertions(+), 27 deletions(-)
Diff suppressed because of size. To see it, use:
git show cee55b9e9b4396f68c787d573007999e4588a558
More information about the ghc-commits
mailing list