From 1718e295b4f209e7e16165fb51491bf1a761ef1f Mon Sep 17 00:00:00 2001
From: simonm <unknown>
Date: Tue, 7 Oct 1997 15:13:05 +0000
Subject: [PATCH] [project @ 1997-10-07 15:13:05 by simonm] add
 HappyProjectName etc. variables.

---
 mk/config.mk.in | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/mk/config.mk.in b/mk/config.mk.in
index b7eba8ea1b79..3cac410d627f 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -135,10 +135,18 @@ IncludeTestDirsInBuild=NO
 #
 # Name variables for ghc:
 # 
-GhcProjectName       =The Glorious Glasgow Haskell Compilation System
-GhcProjectNameShort  =ghc
-GhcProjectVersion    =2.08
-GhcProjectPatchLevel =0
+GhcProjectName         = The Glorious Glasgow Haskell Compilation System
+GhcProjectNameShort    = ghc
+GhcProjectVersion      = 2.08
+GhcProjectPatchLevel   = 0
+
+#
+# Name variables for happy:
+#
+HappyProjectName       = Happy
+HappyProjectNameShort  = happy
+HappyProjectVersion    = 1.4
+HappyProjectPatchLevel = 0
 
 #
 # Name variables for the fptools, for now equal to the above
-- 
GitLab