summaryrefslogtreecommitdiff
path: root/compiler/ghc.mk
diff options
context:
space:
mode:
authorDr. ERDI Gergo <gergo@erdi.hu>2014-11-08 18:38:12 +0800
committerDr. ERDI Gergo <gergo@erdi.hu>2014-11-13 23:38:39 +0800
commit7f929862388afd54043d59b37f2f5375c5315344 (patch)
tree4764928977cbf5f575fa1607f9da971c032361a4 /compiler/ghc.mk
parent745c4c0e04168ce2eac1e8f81a45326ecef401e4 (diff)
downloadhaskell-7f929862388afd54043d59b37f2f5375c5315344.tar.gz
If pattern synonym is bidirectional and its type is some unboxed type T#,
generate a worker function of type Void# -> T#, and redirect the wrapper (via a compulsory unfolding) to the worker. Fixes #9732.
Diffstat (limited to 'compiler/ghc.mk')
-rw-r--r--compiler/ghc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ghc.mk b/compiler/ghc.mk
index 46773d840f..fb8aa730e8 100644
--- a/compiler/ghc.mk
+++ b/compiler/ghc.mk
@@ -574,6 +574,7 @@ compiler_stage2_dll0_MODULES = \
StringBuffer \
TcEvidence \
TcIface \
+ TcMType \
TcRnMonad \
TcRnTypes \
TcType \