[commit: ghc] master: Revert "Allow use of the external interpreter in stage1." (f1dfce1)
git at git.haskell.org
git at git.haskell.org
Mon Dec 19 20:09:25 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/f1dfce1cb2a823696d6d3a9ea41c2bc73d949f12/ghc
>---------------------------------------------------------------
commit f1dfce1cb2a823696d6d3a9ea41c2bc73d949f12
Author: Tamar Christina <tamar at zhox.com>
Date: Mon Dec 19 19:09:18 2016 +0000
Revert "Allow use of the external interpreter in stage1."
This reverts commit 52ba9470a7e85d025dc84a6789aa809cdd68b566.
>---------------------------------------------------------------
f1dfce1cb2a823696d6d3a9ea41c2bc73d949f12
compiler/deSugar/Coverage.hs | 8 ++-
compiler/ghc.cabal.in | 21 +++---
compiler/ghci/ByteCodeGen.hs | 4 --
compiler/ghci/ByteCodeInstr.hs | 4 --
compiler/ghci/ByteCodeTypes.hs | 6 +-
compiler/ghci/GHCi.hs | 27 +-------
compiler/ghci/Linker.hs | 10 ---
compiler/hsSyn/HsExpr.hs | 13 ++++
compiler/main/DriverPipeline.hs | 4 ++
compiler/main/DynFlags.hs | 29 ++++++++
compiler/main/GHC.hs | 38 +++++++++--
compiler/main/GhcMake.hs | 8 +++
compiler/main/Hooks.hs | 14 ++++
compiler/main/HscMain.hs | 24 +++++++
compiler/main/HscTypes.hs | 28 ++++++++
compiler/main/InteractiveEval.hs | 7 +-
compiler/main/InteractiveEvalTypes.hs | 9 +--
compiler/rename/RnEnv.hs | 4 ++
compiler/rename/RnSplice.hs | 22 ++++++
compiler/simplCore/CoreMonad.hs | 8 +++
compiler/specialise/SpecConstr.hs | 19 +++++-
compiler/typecheck/TcAnnotations.hs | 19 ++++++
compiler/typecheck/TcRnDriver.hs | 23 ++++++-
compiler/typecheck/TcRnMonad.hs | 16 +++++
compiler/typecheck/TcRnTypes.hs | 8 +++
compiler/typecheck/TcSplice.hs | 20 ++++++
compiler/typecheck/TcSplice.hs-boot | 4 ++
ghc.mk | 5 +-
libraries/ghci/GHCi/BreakArray.hs | 6 --
libraries/ghci/GHCi/InfoTable.hsc | 125 ++++++++++++++++------------------
libraries/ghci/GHCi/Message.hs | 33 +--------
libraries/ghci/GHCi/Run.hs | 13 ++++
libraries/ghci/ghci.cabal.in | 21 ++----
33 files changed, 405 insertions(+), 195 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc f1dfce1cb2a823696d6d3a9ea41c2bc73d949f12
More information about the ghc-commits
mailing list