[commit: ghc] ghc-7.8: Revert "Store IfExtNames for PatSyn matchers and wrappers in interface file." (9de7cef)
git at git.haskell.org
git at git.haskell.org
Mon Jun 23 09:26:27 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.8
Link : http://ghc.haskell.org/trac/ghc/changeset/9de7cefec507d0d682eab2bf69c4d4547602541d/ghc
>---------------------------------------------------------------
commit 9de7cefec507d0d682eab2bf69c4d4547602541d
Author: Austin Seipp <austin at well-typed.com>
Date: Mon Jun 23 04:26:01 2014 -0500
Revert "Store IfExtNames for PatSyn matchers and wrappers in interface file."
This reverts commit e40bd13b5b509b76d61ae66247ded145d4af93ea.
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
9de7cefec507d0d682eab2bf69c4d4547602541d
compiler/basicTypes/PatSyn.lhs | 103 +++++++++++-----------------------------
compiler/coreSyn/CorePrep.lhs | 1 -
compiler/iface/BuildTyCl.lhs | 81 +++++++++++++++++++++++--------
compiler/iface/IfaceSyn.lhs | 28 +++++------
compiler/iface/LoadIface.lhs | 3 +-
compiler/iface/MkIface.lhs | 13 +++--
compiler/iface/TcIface.lhs | 35 +++++++++-----
compiler/main/HscTypes.lhs | 20 ++++----
compiler/main/TidyPgm.lhs | 2 +-
compiler/typecheck/TcPat.lhs | 4 +-
compiler/typecheck/TcPatSyn.lhs | 34 ++++++-------
11 files changed, 155 insertions(+), 169 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 9de7cefec507d0d682eab2bf69c4d4547602541d
More information about the ghc-commits
mailing list