[commit: ghc] wip/ttg-next: Move TTG data instances to a single file. (9623654)
git at git.haskell.org
git at git.haskell.org
Mon Apr 2 15:28:49 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ttg-next
Link : http://ghc.haskell.org/trac/ghc/changeset/962365479652db9a73c2c119f24602f10fe4e410/ghc
>---------------------------------------------------------------
commit 962365479652db9a73c2c119f24602f10fe4e410
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date: Mon Apr 2 16:09:52 2018 +0200
Move TTG data instances to a single file.
And introduce TTG for HsLocalBindsLR
Re-applies 0cd0c39fc7884a8e26d1e3d43c7d9243359d51da
>---------------------------------------------------------------
962365479652db9a73c2c119f24602f10fe4e410
compiler/deSugar/Coverage.hs | 11 ++--
compiler/deSugar/DsExpr.hs | 9 +--
compiler/deSugar/DsMeta.hs | 10 +--
compiler/ghc.cabal.in | 2 +
compiler/hsSyn/Convert.hs | 4 +-
compiler/hsSyn/HsBinds.hs | 24 ++++---
compiler/hsSyn/HsDecls.hs | 58 ++++++++---------
compiler/hsSyn/HsExpr.hs | 43 ++++++------
compiler/hsSyn/HsExpr.hs-boot | 10 +--
compiler/hsSyn/HsExtension.hs | 3 +
compiler/hsSyn/HsInstances.hs | 126 ++++++++++++++++++++++++++++++++++++
compiler/hsSyn/HsInstances.hs-boot | 18 ++++++
compiler/hsSyn/HsInstances2.hs | 119 ++++++++++++++++++++++++++++++++++
compiler/hsSyn/HsInstances2.hs-boot | 28 ++++++++
compiler/hsSyn/HsLit.hs | 4 +-
compiler/hsSyn/HsPat.hs | 4 +-
compiler/hsSyn/HsPat.hs-boot | 6 +-
compiler/hsSyn/HsSyn.hs | 4 +-
compiler/hsSyn/HsTypes.hs | 20 +++---
compiler/hsSyn/HsUtils.hs | 26 ++++----
compiler/main/InteractiveEval.hs | 2 +-
compiler/parser/Parser.y | 6 +-
compiler/rename/RnBinds.hs | 14 ++--
compiler/rename/RnExpr.hs | 23 ++++---
compiler/rename/RnSource.hs | 2 +-
compiler/typecheck/TcBinds.hs | 16 +++--
compiler/typecheck/TcHsSyn.hs | 17 +++--
compiler/typecheck/TcPatSyn.hs | 4 +-
compiler/typecheck/TcRnDriver.hs | 3 +-
29 files changed, 463 insertions(+), 153 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 962365479652db9a73c2c119f24602f10fe4e410
More information about the ghc-commits
mailing list