[commit: ghc] wip/ttg4-constraints-2017-11-13: Remove HasSourceText and SourceTextX classes (65f4bf3)

git at git.haskell.org git at git.haskell.org
Mon Nov 13 21:06:38 UTC 2017


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

On branch  : wip/ttg4-constraints-2017-11-13
Link       : http://ghc.haskell.org/trac/ghc/changeset/65f4bf3e2930c07982b7267cf7fc7adf16277432/ghc

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

commit 65f4bf3e2930c07982b7267cf7fc7adf16277432
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date:   Mon Nov 13 21:37:14 2017 +0200

    Remove HasSourceText and SourceTextX classes


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

65f4bf3e2930c07982b7267cf7fc7adf16277432
 compiler/deSugar/DsMeta.hs          |   6 +-
 compiler/hsSyn/HsBinds.hs           |  32 +++------
 compiler/hsSyn/HsDecls.hs           |  65 ++++++++---------
 compiler/hsSyn/HsExpr.hs            | 139 +++++++++++++-----------------------
 compiler/hsSyn/HsExpr.hs-boot       |  26 +++----
 compiler/hsSyn/HsExtension.hs       |  51 -------------
 compiler/hsSyn/HsLit.hs             |  37 ++++------
 compiler/hsSyn/HsPat.hs             |  25 +++----
 compiler/hsSyn/HsPat.hs-boot        |   5 +-
 compiler/hsSyn/HsSyn.hs             |   2 +-
 compiler/hsSyn/HsTypes.hs           |  44 +++++-------
 compiler/hsSyn/HsUtils.hs           |  38 ++++------
 compiler/parser/Parser.y            |  25 +++----
 compiler/typecheck/Inst.hs          |   5 +-
 compiler/typecheck/TcAnnotations.hs |   3 +-
 compiler/typecheck/TcBinds.hs       |   3 +-
 compiler/typecheck/TcEnv.hs         |   4 +-
 compiler/typecheck/TcInstDcls.hs    |   2 +-
 compiler/typecheck/TcPatSyn.hs      |   5 +-
 compiler/typecheck/TcTypeable.hs    |   8 +--
 utils/haddock                       |   2 +-
 21 files changed, 189 insertions(+), 338 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 65f4bf3e2930c07982b7267cf7fc7adf16277432


More information about the ghc-commits mailing list