From 28e25f53680118ef296dde8f5e4eaeb46b20fbd6 Mon Sep 17 00:00:00 2001
From: simonm <unknown>
Date: Fri, 19 Sep 1997 10:39:58 +0000
Subject: [PATCH] [project @ 1997-09-19 10:39:58 by simonm] add $(WithHappyHc)
 variable, to be set in build.mk (defaulting to ghc-0.29, same as
 $(WithGhcHc)).

---
 mk/config.mk.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/mk/config.mk.in b/mk/config.mk.in
index 8506d50e35c6..025a94e6c352 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -286,6 +286,9 @@ HsLibHcOpts=$(GhcLibHcOpts)
 #
 #################################################################################
 
+# The compiler you'd like to use to compile Happy
+WithHappyHc = ghc-0.29
+
 # HappyHcOpts gives the flags to pass to the Haskell compiler used
 # 	      to compile the Happy source coed
 HappyHcOpts = 
-- 
GitLab