[commit: ghc] master: Revert "Have addModFinalizer expose the local type environment." (c5452cc)
git at git.haskell.org
git at git.haskell.org
Fri Jan 6 18:12:23 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/c5452cc1a67e344ea694851d83e2534a6d829e45/ghc
>---------------------------------------------------------------
commit c5452cc1a67e344ea694851d83e2534a6d829e45
Author: Facundo DomÃnguez <facundo.dominguez at tweag.io>
Date: Fri Jan 6 15:08:47 2017 -0300
Revert "Have addModFinalizer expose the local type environment."
This reverts commit e5d1ed9c8910839e109da59820ca793642961284.
>---------------------------------------------------------------
c5452cc1a67e344ea694851d83e2534a6d829e45
compiler/coreSyn/CoreLint.hs | 100 ++++++-------
compiler/coreSyn/CoreUtils.hs | 25 ++--
compiler/deSugar/DsExpr.hs | 58 ++++++--
compiler/main/StaticPtrTable.hs | 175 +++++++----------------
compiler/main/TidyPgm.hs | 32 +++--
compiler/prelude/PrelNames.hs | 11 --
compiler/simplCore/SetLevels.hs | 4 +-
compiler/simplCore/SimplCore.hs | 45 +++---
libraries/base/GHC/StaticPtr/Internal.hs | 24 ----
libraries/base/base.cabal | 1 -
testsuite/tests/codeGen/should_run/T12622.hs | 19 ---
testsuite/tests/codeGen/should_run/T12622.stdout | 1 -
testsuite/tests/codeGen/should_run/T12622_A.hs | 15 --
testsuite/tests/codeGen/should_run/all.T | 1 -
14 files changed, 206 insertions(+), 305 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 c5452cc1a67e344ea694851d83e2534a6d829e45
More information about the ghc-commits
mailing list