[commit: ghc] wip/tc-plugins-amg: Move core2core plugins to a new module Plugins (ce850aa)
git at git.haskell.org
git at git.haskell.org
Tue Nov 11 12:16:29 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/tc-plugins-amg
Link : http://ghc.haskell.org/trac/ghc/changeset/ce850aaba222c44d983cc13df21ca3365b2fdd19/ghc
>---------------------------------------------------------------
commit ce850aaba222c44d983cc13df21ca3365b2fdd19
Author: Adam Gundry <adam at well-typed.com>
Date: Tue Nov 11 10:22:15 2014 +0000
Move core2core plugins to a new module Plugins
>---------------------------------------------------------------
ce850aaba222c44d983cc13df21ca3365b2fdd19
compiler/ghc.cabal.in | 1 +
compiler/main/DynamicLoading.hs | 42 ++++++++++++++++++++++++++++++++++++++--
compiler/main/GhcPlugins.hs | 7 ++++---
compiler/main/Plugins.hs | 31 +++++++++++++++++++++++++++++
compiler/prelude/PrelNames.lhs | 6 +++---
compiler/simplCore/CoreMonad.lhs | 27 +-------------------------
compiler/simplCore/SimplCore.lhs | 39 ++-----------------------------------
7 files changed, 82 insertions(+), 71 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 ce850aaba222c44d983cc13df21ca3365b2fdd19
More information about the ghc-commits
mailing list