[commit: ghc] wip/T9858-typeable-ben2: A bunch of fixes (1e72227)
git at git.haskell.org
git at git.haskell.org
Tue Oct 27 08:16:14 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T9858-typeable-ben2
Link : http://ghc.haskell.org/trac/ghc/changeset/1e72227843417995110d411531aecc7e2668248c/ghc
>---------------------------------------------------------------
commit 1e72227843417995110d411531aecc7e2668248c
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Oct 26 17:50:17 2015 +0000
A bunch of fixes
These fixes apply to the "do Typeable stuff at definition sites"
branch.
>---------------------------------------------------------------
1e72227843417995110d411531aecc7e2668248c
compiler/coreSyn/MkCore.hs | 8 +--
compiler/deSugar/DsBinds.hs | 48 +++++++-------
compiler/deSugar/DsExpr.hs | 14 ++--
compiler/deSugar/DsUtils.hs | 14 ++--
compiler/prelude/PrelNames.hs | 41 +++++++-----
compiler/prelude/THNames.hs | 105 ++++++++++++++++++-----------
compiler/simplCore/FloatIn.hs | 4 +-
compiler/typecheck/TcEnv.hs | 3 +-
compiler/typecheck/TcEvidence.hs | 36 +++++-----
compiler/typecheck/TcHsSyn.hs | 5 +-
compiler/typecheck/TcInteract.hs | 110 +++++++++++++++++--------------
ghc/InteractiveUI.hs | 4 +-
libraries/base/Data/Typeable/Internal.hs | 40 +++++++----
13 files changed, 246 insertions(+), 186 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 1e72227843417995110d411531aecc7e2668248c
More information about the ghc-commits
mailing list