[commit: ghc] master: Remove external core (5bf22f0)

git at git.haskell.org git at git.haskell.org
Sat May 3 18:19:25 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/5bf22f06ef71f61094de7564dee770f136d5481a/ghc

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

commit 5bf22f06ef71f61094de7564dee770f136d5481a
Author: Austin Seipp <austin at well-typed.com>
Date:   Sun Apr 27 21:11:23 2014 -0500

    Remove external core
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

5bf22f06ef71f61094de7564dee770f136d5481a
 aclocal.m4                                 |    2 +-
 compiler/coreSyn/ExternalCore.lhs          |  118 --
 compiler/coreSyn/MkExternalCore.lhs        |  360 ------
 compiler/coreSyn/PprExternalCore.lhs       |  260 ----
 compiler/ghc.cabal.in                      |    6 -
 compiler/hsSyn/HsSyn.lhs                   |   12 +-
 compiler/iface/TcIface.lhs                 |   35 +-
 compiler/main/DriverPhases.hs              |   16 +-
 compiler/main/DriverPipeline.hs            |   26 +-
 compiler/main/DynFlags.hs                  |    3 +-
 compiler/main/GHC.hs                       |   40 +-
 compiler/main/Hooks.lhs                    |    2 +-
 compiler/main/HscMain.hs                   |   36 +-
 compiler/parser/LexCore.hs                 |  115 --
 compiler/parser/ParserCore.y               |  397 ------
 compiler/parser/ParserCoreUtils.hs         |   77 --
 compiler/typecheck/TcRnDriver.lhs          |  129 +-
 compiler/typecheck/TcRnMonad.lhs           |   11 -
 docs/users_guide/external_core.xml         | 1804 ----------------------------
 docs/users_guide/flags.xml                 |    2 +-
 docs/users_guide/glasgow_exts.xml          |   63 -
 docs/users_guide/ug-book.xml.in            |    1 -
 docs/users_guide/ug-ent.xml.in             |    1 -
 docs/users_guide/using.xml                 |   38 -
 ghc.mk                                     |    1 -
 mk/config.mk.in                            |   19 -
 testsuite/config/ghc                       |    7 +-
 testsuite/driver/testlib.py                |   95 --
 testsuite/tests/codeGen/should_run/all.T   |    4 +-
 testsuite/tests/ext-core/Makefile          |   29 -
 testsuite/tests/ext-core/T7239.hs          |    8 -
 testsuite/tests/ext-core/all.T             |    3 -
 testsuite/tests/ffi/should_compile/all.T   |   21 +-
 testsuite/tests/ffi/should_run/all.T       |   30 +-
 testsuite/tests/typecheck/should_run/all.T |    7 +-
 utils/genprimopcode/Main.hs                |    6 +-
 36 files changed, 51 insertions(+), 3733 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 5bf22f06ef71f61094de7564dee770f136d5481a


More information about the ghc-commits mailing list