diff --git a/mk/config.mk.in b/mk/config.mk.in index b7eba8ea1b795bc5c7e56a22407dd941bc03cbfb..3cac410d627fb8716eca37314290c60c3fa3f8fe 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