[commit: ghc] wip/T11028: Starting on #11028 (38d2b70)
git at git.haskell.org
git at git.haskell.org
Fri Nov 27 14:58:46 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T11028
Link : http://ghc.haskell.org/trac/ghc/changeset/38d2b70e6485df7145d1244a8e18ac5ba84585c2/ghc
>---------------------------------------------------------------
commit 38d2b70e6485df7145d1244a8e18ac5ba84585c2
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date: Mon Nov 23 22:59:27 2015 +0200
Starting on #11028
>---------------------------------------------------------------
38d2b70e6485df7145d1244a8e18ac5ba84585c2
compiler/deSugar/DsMeta.hs | 87 +++++++++++++++++++++-
compiler/hsSyn/HsDecls.hs | 51 +++++++++++--
compiler/hsSyn/HsTypes.hs | 4 +-
compiler/hsSyn/HsUtils.hs | 24 ++++++
compiler/parser/Parser.y | 11 ++-
compiler/parser/RdrHsSyn.hs | 48 +++++++-----
compiler/rename/RnNames.hs | 18 +++++
compiler/rename/RnSource.hs | 65 +++++++++++++++-
compiler/rename/RnTypes.hs | 14 ++--
compiler/typecheck/TcHsType.hs | 6 +-
compiler/typecheck/TcTyClsDecls.hs | 148 ++++++++++++++++++++++++++++++++++++-
11 files changed, 428 insertions(+), 48 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 38d2b70e6485df7145d1244a8e18ac5ba84585c2
More information about the ghc-commits
mailing list