From: simonm Date: Tue, 7 Oct 1997 15:13:05 +0000 (+0000) Subject: [project @ 1997-10-07 15:13:05 by simonm] X-Git-Tag: Approx_2487_patches~1414 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1718e295b4f209e7e16165fb51491bf1a761ef1f;p=ghc-hetmet.git [project @ 1997-10-07 15:13:05 by simonm] add HappyProjectName etc. variables. --- diff --git a/mk/config.mk.in b/mk/config.mk.in index b7eba8e..3cac410 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