[commit: ghc] wip/tc-plugins-amg: Make TcPlugin part of Plugin so we can eliminate -ftc-plugin (be95bd9)
git at git.haskell.org
git at git.haskell.org
Tue Nov 11 12:16:32 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/tc-plugins-amg
Link : http://ghc.haskell.org/trac/ghc/changeset/be95bd9179ea073dae4376a6ac29130a4edc9e00/ghc
>---------------------------------------------------------------
commit be95bd9179ea073dae4376a6ac29130a4edc9e00
Author: Adam Gundry <adam at well-typed.com>
Date: Tue Nov 11 11:25:50 2014 +0000
Make TcPlugin part of Plugin so we can eliminate -ftc-plugin
>---------------------------------------------------------------
be95bd9179ea073dae4376a6ac29130a4edc9e00
compiler/main/DynFlags.hs | 16 ++++++---------
compiler/main/DynamicLoading.hs | 18 +++++++++++------
compiler/main/Plugins.hs | 4 ++++
compiler/simplCore/SimplCore.lhs | 5 +----
compiler/typecheck/TcRnDriver.lhs | 41 +++++++--------------------------------
compiler/typecheck/TcRnTypes.lhs | 2 +-
6 files changed, 31 insertions(+), 55 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 be95bd9179ea073dae4376a6ac29130a4edc9e00
More information about the ghc-commits
mailing list