summaryrefslogtreecommitdiff
path: root/compiler/ghc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/ghc.mk')
-rw-r--r--compiler/ghc.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/compiler/ghc.mk b/compiler/ghc.mk
index 4977e28769..5f66681e9c 100644
--- a/compiler/ghc.mk
+++ b/compiler/ghc.mk
@@ -520,7 +520,9 @@ compiler_stage2_dll0_MODULES = \
FastFunctions \
FastMutInt \
FastString \
+ FastStringEnv \
FastTypes \
+ FieldLabel \
Finder \
Fingerprint \
FiniteMap \
@@ -585,6 +587,9 @@ compiler_stage2_dll0_MODULES = \
RdrName \
Reg \
RegClass \
+ RnEnv \
+ RnHsDoc \
+ RnNames \
Rules \
SMRep \
Serialized \
@@ -601,8 +606,10 @@ compiler_stage2_dll0_MODULES = \
StgSyn \
Stream \
StringBuffer \
+ TcEnv \
TcEvidence \
TcIface \
+ TcMType \
TcRnMonad \
TcRnTypes \
TcType \