[commit: ghc] master: Remove HasSourceText and SourceTextX classes (5819ae2)

git at git.haskell.org git at git.haskell.org
Sat Apr 7 13:01:47 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/5819ae2173d4b16f1fde067d39c3c215a6adfe97/ghc

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

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

    Remove HasSourceText and SourceTextX classes
    
    Updates haddock submodule to match.
    
    Test Plan : Validate
    
    Differential Revision: https://phabricator.haskell.org/D4199


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

5819ae2173d4b16f1fde067d39c3c215a6adfe97
 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 5819ae2173d4b16f1fde067d39c3c215a6adfe97


More information about the ghc-commits mailing list