[project @ 1997-10-07 15:13:05 by simonm]
authorsimonm <unknown>
Tue, 7 Oct 1997 15:13:05 +0000 (15:13 +0000)
committersimonm <unknown>
Tue, 7 Oct 1997 15:13:05 +0000 (15:13 +0000)
add HappyProjectName etc. variables.

mk/config.mk.in

index b7eba8e..3cac410 100644 (file)
@@ -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