[commit: ghc] wip/tc-plugins: Type-checker plugins as a single patch. (31729d0)

git at git.haskell.org git at git.haskell.org
Mon Nov 10 00:04:32 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/tc-plugins
Link       : http://ghc.haskell.org/trac/ghc/changeset/31729d092c813edc4ef5682db2ee18b33aea6911/ghc

>---------------------------------------------------------------

commit 31729d092c813edc4ef5682db2ee18b33aea6911
Author: Iavor S. Diatchki <iavor.diatchki at gmail.com>
Date:   Sun Nov 9 15:52:52 2014 -0800

    Type-checker plugins as a single patch.


>---------------------------------------------------------------

31729d092c813edc4ef5682db2ee18b33aea6911
 compiler/ghc.mk                       |  13 ++++-
 compiler/ghci/RtClosureInspect.hs     |   4 +-
 compiler/main/DynFlags.hs             |  19 ++++---
 compiler/main/DynamicLoading.hs       |   6 +-
 compiler/main/DynamicLoading.hs-boot  |  12 ++++
 compiler/prelude/PrelNames.lhs        |   9 ++-
 compiler/simplCore/SimplCore.lhs      |   3 +-
 compiler/typecheck/TcInteract.lhs     |  82 +++++++++++++++++++++++++---
 compiler/typecheck/TcRnDriver.lhs     |   7 ++-
 compiler/typecheck/TcRnMonad.lhs      | 100 ++++++++++++++++++++++++++++++++--
 compiler/typecheck/TcRnTypes.lhs      |  81 ++++++++++++++++++++++++++-
 compiler/typecheck/TcRnTypes.lhs-boot |   6 +-
 compiler/typecheck/TcSMonad.lhs       |  19 ++++++-
 compiler/typecheck/TcTypeNats.hs      |   8 +++
 14 files changed, 331 insertions(+), 38 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 31729d092c813edc4ef5682db2ee18b33aea6911


More information about the ghc-commits mailing list