[commit: ghc] master: Remove TcMType from compiler_stage2_dll0_MODULES (5f39c4d)

git at git.haskell.org git at git.haskell.org
Fri Nov 21 13:03:11 UTC 2014


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

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

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

commit 5f39c4de78c4f75423789242423c8eea245a5e75
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Fri Nov 21 11:07:57 2014 +0000

    Remove TcMType from compiler_stage2_dll0_MODULES
    
    I can't say I really understand this DLL-split thing, but the build fails
    if I don't remove TcMType here.
    
    I've put this in a commit on its own, but it's a knock-on effect of the
    immediately preceding wave of typechecker changes


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

5f39c4de78c4f75423789242423c8eea245a5e75
 compiler/ghc.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compiler/ghc.mk b/compiler/ghc.mk
index c5b58e9..9716ef2 100644
--- a/compiler/ghc.mk
+++ b/compiler/ghc.mk
@@ -574,7 +574,6 @@ compiler_stage2_dll0_MODULES = \
 	StringBuffer \
 	TcEvidence \
 	TcIface \
-	TcMType \
 	TcRnMonad \
 	TcRnTypes \
 	TcType \



More information about the ghc-commits mailing list