[project @ 1997-09-19 10:39:58 by simonm]
authorsimonm <unknown>
Fri, 19 Sep 1997 10:39:58 +0000 (10:39 +0000)
committersimonm <unknown>
Fri, 19 Sep 1997 10:39:58 +0000 (10:39 +0000)
add $(WithHappyHc) variable, to be set in build.mk (defaulting to
ghc-0.29, same as $(WithGhcHc)).

mk/config.mk.in

index 8506d50..025a94e 100644 (file)
@@ -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 =