[commit: ghc] master: ghc.mk: one module name per line (6279a01)

git at git.haskell.org git at git.haskell.org
Wed Nov 27 01:30:22 UTC 2013


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/6279a01173152753e792674bfb30ef2f7474ef09/ghc

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

commit 6279a01173152753e792674bfb30ef2f7474ef09
Author: Dr. ERDI Gergo <gergo at erdi.hu>
Date:   Thu Nov 21 13:20:53 2013 +0800

    ghc.mk: one module name per line
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

6279a01173152753e792674bfb30ef2f7474ef09
 compiler/ghc.mk |  165 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 164 insertions(+), 1 deletion(-)

diff --git a/compiler/ghc.mk b/compiler/ghc.mk
index f1eb535..3d0a981 100644
--- a/compiler/ghc.mk
+++ b/compiler/ghc.mk
@@ -451,7 +451,170 @@ 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 BinIface Binary Bitmap BlockId BooleanFormula BreakArray BufWrite BuildTyCl ByteCodeAsm ByteCodeInstr ByteCodeItbls 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 DsMonad DynFlags Encoding ErrUtils Exception ExtsCompat46 FamInstEnv FastBool FastFunctions FastMutInt FastString FastTypes Finder Fingerprint FiniteMap ForeignCall Hooks 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 M
 kCore MkGraph MkId Module MonadUtils Name NameEnv NameSet OccName OccurAnal OptCoercion OrdList Outputable PackageConfig Packages Pair Panic PipelineMonad 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 TcRnMonad TcRnTypes TcType TcTypeNats 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 \
+	BooleanFormula \
+	BreakArray \
+	BufWrite \
+	BuildTyCl \
+	ByteCodeAsm \
+	ByteCodeInstr \
+	ByteCodeItbls \
+	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 \
+	DsMonad \
+	DynFlags \
+	Encoding \
+	ErrUtils \
+	Exception \
+	ExtsCompat46 \
+	FamInstEnv \
+	FastBool \
+	FastFunctions \
+	FastMutInt \
+	FastString \
+	FastTypes \
+	Finder \
+	Fingerprint \
+	FiniteMap \
+	ForeignCall \
+	Hooks \
+	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 \
+	Module \
+	MonadUtils \
+	Name \
+	NameEnv \
+	NameSet \
+	OccName \
+	OccurAnal \
+	OptCoercion \
+	OrdList \
+	Outputable \
+	PackageConfig \
+	Packages \
+	Pair \
+	Panic \
+	PipelineMonad \
+	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 \
+	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)))



More information about the ghc-commits mailing list