[commit: ghc] wip/new-flatten-skolems-Aug14: More progress (1ddb047)
git at git.haskell.org
git at git.haskell.org
Thu Oct 2 07:02:38 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/new-flatten-skolems-Aug14
Link : http://ghc.haskell.org/trac/ghc/changeset/1ddb047d743595f01a5aa2630fc23f8cc4e348ce/ghc
>---------------------------------------------------------------
commit 1ddb047d743595f01a5aa2630fc23f8cc4e348ce
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu Oct 2 08:02:19 2014 +0100
More progress
>---------------------------------------------------------------
1ddb047d743595f01a5aa2630fc23f8cc4e348ce
compiler/basicTypes/SrcLoc.lhs | 80 ++++++++++++----------
compiler/deSugar/DsBinds.lhs | 20 ++++++
compiler/ghci/Debugger.hs | 1 +
compiler/main/DynFlags.hs | 12 ----
compiler/main/ErrUtils.lhs | 26 ++++---
compiler/simplCore/SimplMonad.lhs | 1 +
compiler/typecheck/TcDeriv.lhs | 6 +-
compiler/typecheck/TcErrors.lhs | 15 ++--
compiler/typecheck/TcInstDcls.lhs | 25 ++++---
compiler/typecheck/TcRnMonad.lhs | 26 +++----
compiler/utils/Outputable.lhs | 51 +++++++-------
.../indexed-types/should_compile/T3208b.stderr | 7 +-
.../tests/indexed-types/should_fail/T2627b.hs | 10 ++-
testsuite/tests/roles/should_compile/T8958.stderr | 15 ++--
.../simplCore/should_compile/T8832.stdout-ws-32 | 16 ++---
testsuite/tests/th/T3319.stderr | 0
testsuite/tests/th/T3600.stderr | 0
testsuite/tests/th/T5217.stderr | 18 ++---
testsuite/tests/th/T5290.stderr | 6 +-
testsuite/tests/th/T5508.stderr | 8 +--
testsuite/tests/th/TH_PromotedTuple.stderr | 6 +-
.../tests/typecheck/should_compile/tc231.stderr | 2 +-
testsuite/tests/typecheck/should_fail/T8142.stderr | 2 +-
23 files changed, 190 insertions(+), 163 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 1ddb047d743595f01a5aa2630fc23f8cc4e348ce
More information about the ghc-commits
mailing list