Repository : ssh://[email protected]/ghc

On branch  : type-nats-simple
Link       : 
http://ghc.haskell.org/trac/ghc/changeset/d3cde17cfc72bb6cf1bf5d44cab743a0733f0e79/ghc

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

commit d3cde17cfc72bb6cf1bf5d44cab743a0733f0e79
Author: Iavor S. Diatchki <[email protected]>
Date:   Mon Sep 9 10:23:00 2013 -0700

    Add additional reachable modules to `compiler_stage2_dll0_MODULES`.


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

d3cde17cfc72bb6cf1bf5d44cab743a0733f0e79
 compiler/ghc.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/compiler/ghc.mk b/compiler/ghc.mk
index 1149fbd..4af07ea 100644
--- a/compiler/ghc.mk
+++ b/compiler/ghc.mk
@@ -436,7 +436,8 @@ compiler_stage3_SplitObjs = NO
 # We therefore need to split some of the modules off into a separate
 # DLL. This clump are the modules reachable from DynFlags:
 compiler_stage2_dll0_START_MODULE = DynFlags
-compiler_stage2_dll0_MODULES = Annotations Avail Bag BasicTypes Binary Bitmap 
BlockId BreakArray BufWrite ByteCodeAsm ByteCodeInstr ByteCodeItbls 
ByteCodeLink CLabel Class CmdLineParser Cmm CmmCallConv CmmExpr CmmInfo 
CmmMachOp CmmNode CmmType CmmUtils CoAxiom CodeGen.Platform 
CodeGen.Platform.ARM CodeGen.Platform.NoRegs CodeGen.Platform.PPC 
CodeGen.Platform.PPC_Darwin CodeGen.Platform.SPARC CodeGen.Platform.X86 
CodeGen.Platform.X86_64 Coercion Config Constants CoreArity CoreFVs CoreSubst 
CoreSyn CoreTidy CoreUnfold CoreUtils CostCentre DataCon Demand Digraph 
DriverPhases DynFlags Encoding ErrUtils Exception FamInstEnv FastBool 
FastFunctions FastMutInt FastString FastTypes Fingerprint FiniteMap ForeignCall 
Hoopl Hoopl.Dataflow HsBinds HsDecls HsDoc HsExpr HsImpExp HsLit HsPat HsSyn 
HsTypes HsUtils HscTypes Id IdInfo IfaceSyn IfaceType InstEnv 
InteractiveEvalTypes Kind ListSetOps Literal Maybes MkCore MkGraph MkId Module 
MonadUtils Name NameEnv NameSet ObjLink OccName OccurAnal OptCo
 ercion OrdList Outputable PackageConfig Packages Pair Panic Platform 
PlatformConstants PprCmm PprCmmDecl PprCmmExpr PprCore PrelNames PrelRules 
Pretty PrimOp RdrName Reg RegClass Rules SMRep Serialized SrcLoc StaticFlags 
StgCmmArgRep StgCmmClosure StgCmmEnv StgCmmLayout StgCmmMonad StgCmmProf 
StgCmmTicky StgCmmUtils StgSyn Stream StringBuffer TcEvidence TcType TrieMap 
TyCon Type TypeRep TysPrim TysWiredIn Unify UniqFM UniqSet UniqSupply Unique 
Util Var VarEnv VarSet
+
+compiler_stage2_dll0_MODULES =Annotations Avail Bag BasicTypes BinIface Binary 
Bitmap BlockId BreakArray BufWrite BuildTyCl ByteCodeAsm ByteCodeInstr 
ByteCodeItbls ByteCodeLink CLabel Class CmdLineParser Cmm CmmCallConv CmmExpr 
CmmInfo CmmMachOp CmmNode CmmType CmmUtils CoAxiom CodeGen.Platform 
CodeGen.Platform.ARM CodeGen.Platform.NoRegs CodeGen.Platform.PPC 
CodeGen.Platform.PPC_Darwin CodeGen.Platform.SPARC CodeGen.Platform.X86 
CodeGen.Platform.X86_64 Coercion Config Constants CoreArity CoreFVs CoreLint 
CoreSubst CoreSyn CoreTidy CoreUnfold CoreUtils CostCentre DataCon Demand 
Digraph DriverPhases DynFlags Encoding ErrUtils Exception FamInst FamInstEnv 
FastBool FastFunctions FastMutInt FastString FastTypes Finder Fingerprint 
FiniteMap ForeignCall Hoopl Hoopl.Dataflow HsBinds HsDecls HsDoc HsExpr 
HsImpExp HsLit HsPat HsSyn HsTypes HsUtils HscTypes IOEnv Id IdInfo IfaceEnv 
IfaceSyn IfaceType InstEnv InteractiveEvalTypes Kind ListSetOps Literal 
LoadIface Maybes MkCore MkGraph MkId Mod
 ule MonadUtils Name NameEnv NameSet ObjLink OccName OccurAnal OptCoercion 
OrdList Outputable PackageConfig Packages Pair Panic Platform PlatformConstants 
PprCmm PprCmmDecl PprCmmExpr PprCore PrelInfo PrelNames PrelRules Pretty PrimOp 
RdrName Reg RegClass Rules SMRep Serialized SrcLoc StaticFlags StgCmmArgRep 
StgCmmClosure StgCmmEnv StgCmmLayout StgCmmMonad StgCmmProf StgCmmTicky 
StgCmmUtils StgSyn Stream StringBuffer TcEvidence TcIface TcMType TcRnMonad 
TcRnTypes TcType TcTypeNats TrieMap TyCon Type TypeRep TysPrim TysWiredIn Unify 
UniqFM UniqSet UniqSupply Unique Util Var VarEnv VarSet
 
 compiler_stage2_dll0_HS_OBJS = \
     $(patsubst %,compiler/stage2/build/%.$(dyn_osuf),$(subst 
.,/,$(compiler_stage2_dll0_MODULES)))


_______________________________________________
ghc-commits mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/ghc-commits

Reply via email to