[commit: ghc] wip/ttg5-data-2017-11-17: WIP on splitting out Data instance generation for hsSyn AST (0cd0c39)

git at git.haskell.org git at git.haskell.org
Fri Nov 17 17:54:49 UTC 2017


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

On branch  : wip/ttg5-data-2017-11-17
Link       : http://ghc.haskell.org/trac/ghc/changeset/0cd0c39fc7884a8e26d1e3d43c7d9243359d51da/ghc

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

commit 0cd0c39fc7884a8e26d1e3d43c7d9243359d51da
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date:   Wed Nov 15 17:46:41 2017 +0200

    WIP on splitting out Data instance generation for hsSyn AST


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

0cd0c39fc7884a8e26d1e3d43c7d9243359d51da
 compiler/ghc.cabal.in               |   2 +
 compiler/hsSyn/HsBinds.hs           |  22 +++----
 compiler/hsSyn/HsDecls.hs           |  58 ++++++++---------
 compiler/hsSyn/HsExpr.hs            |  43 ++++++------
 compiler/hsSyn/HsExpr.hs-boot       |  10 +--
 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        |   4 +-
 compiler/hsSyn/HsSyn.hs             |   4 +-
 compiler/hsSyn/HsTypes.hs           |  20 +++---
 14 files changed, 374 insertions(+), 88 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 0cd0c39fc7884a8e26d1e3d43c7d9243359d51da


More information about the ghc-commits mailing list