[commit: ghc] wip/gadtpm: add PmExpr.hs in ghc.mk (now it compiles) (49b21ae)
git at git.haskell.org
git at git.haskell.org
Tue Sep 15 14:41:13 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/gadtpm
Link : http://ghc.haskell.org/trac/ghc/changeset/49b21ae740e70f638c485cf907989ac544320d2e/ghc
>---------------------------------------------------------------
commit 49b21ae740e70f638c485cf907989ac544320d2e
Author: George Karachalias <george.karachalias at gmail.com>
Date: Tue Sep 15 14:07:51 2015 +0200
add PmExpr.hs in ghc.mk (now it compiles)
>---------------------------------------------------------------
49b21ae740e70f638c485cf907989ac544320d2e
compiler/ghc.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/compiler/ghc.mk b/compiler/ghc.mk
index 97e64ec..2aae74e 100644
--- a/compiler/ghc.mk
+++ b/compiler/ghc.mk
@@ -519,6 +519,7 @@ compiler_stage2_dll0_MODULES = \
HsImpExp \
HsLit \
PlaceHolder \
+ PmExpr \
HsPat \
HsSyn \
HsTypes \
More information about the ghc-commits
mailing list