[commit: ghc] wip/restore-ttg: Refresh D4199 for current master (43fca9b)

git at git.haskell.org git at git.haskell.org
Sun Apr 1 21:45:03 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/restore-ttg
Link       : http://ghc.haskell.org/trac/ghc/changeset/43fca9b2c259ae1b61791a5da30a3fb2a8fe3a7c/ghc

>---------------------------------------------------------------

commit 43fca9b2c259ae1b61791a5da30a3fb2a8fe3a7c
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date:   Wed Mar 28 23:35:43 2018 +0200

    Refresh D4199 for current master


>---------------------------------------------------------------

43fca9b2c259ae1b61791a5da30a3fb2a8fe3a7c
 compiler/deSugar/Coverage.hs        |   4 +-
 compiler/deSugar/DsMeta.hs          |   6 +-
 compiler/hsSyn/HsBinds.hs           |  38 ++++---
 compiler/hsSyn/HsDecls.hs           | 127 +++++++++++------------
 compiler/hsSyn/HsExpr.hs            | 195 +++++++++++++++++++-----------------
 compiler/hsSyn/HsExpr.hs-boot       |  28 +++---
 compiler/hsSyn/HsExtension.hs       |  97 +++---------------
 compiler/hsSyn/HsLit.hs             |  35 +++----
 compiler/hsSyn/HsPat.hs             |  22 ++--
 compiler/hsSyn/HsPat.hs-boot        |   5 +-
 compiler/hsSyn/HsSyn.hs             |   4 +-
 compiler/hsSyn/HsTypes.hs           |  73 +++++++-------
 compiler/hsSyn/HsUtils.hs           |  63 ++++++------
 compiler/parser/Parser.y            |  29 +++---
 compiler/rename/RnExpr.hs           |   2 +-
 compiler/typecheck/Inst.hs          |   6 +-
 compiler/typecheck/TcAnnotations.hs |   2 +-
 compiler/typecheck/TcBinds.hs       |   4 +-
 compiler/typecheck/TcEnv.hs         |   6 +-
 compiler/typecheck/TcInstDcls.hs    |   2 +-
 compiler/typecheck/TcMatches.hs     |  10 +-
 compiler/typecheck/TcTypeable.hs    |   8 +-
 utils/haddock                       |   2 +-
 23 files changed, 344 insertions(+), 424 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 43fca9b2c259ae1b61791a5da30a3fb2a8fe3a7c


More information about the ghc-commits mailing list