[commit: ghc] wip/tc-plugins: Make some hooks for external plugins to the type-checker. (7166ae2)
git at git.haskell.org
git at git.haskell.org
Wed Oct 8 20:14:25 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/tc-plugins
Link : http://ghc.haskell.org/trac/ghc/changeset/7166ae25c5303f68505779038dd524093dee2e82/ghc
>---------------------------------------------------------------
commit 7166ae25c5303f68505779038dd524093dee2e82
Author: Iavor S. Diatchki <diatchki at galois.com>
Date: Tue Oct 7 17:28:48 2014 -0700
Make some hooks for external plugins to the type-checker.
>---------------------------------------------------------------
7166ae25c5303f68505779038dd524093dee2e82
compiler/main/DynFlags.hs | 20 +++++++++-----
compiler/prelude/PrelNames.lhs | 9 ++++++-
compiler/simplCore/SimplCore.lhs | 3 ++-
compiler/typecheck/TcRnDriver.lhs | 57 ++++++++++++++++++++++++++++++++++++---
compiler/typecheck/TcRnMonad.lhs | 20 +++++++++++---
compiler/typecheck/TcRnTypes.lhs | 30 +++++++++++++++++++--
6 files changed, 122 insertions(+), 17 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 7166ae25c5303f68505779038dd524093dee2e82
More information about the ghc-commits
mailing list