From: simonm Date: Fri, 19 Sep 1997 10:39:58 +0000 (+0000) Subject: [project @ 1997-09-19 10:39:58 by simonm] X-Git-Tag: Approx_2487_patches~1492 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=28e25f53680118ef296dde8f5e4eaeb46b20fbd6;p=ghc-hetmet.git [project @ 1997-09-19 10:39:58 by simonm] add $(WithHappyHc) variable, to be set in build.mk (defaulting to ghc-0.29, same as $(WithGhcHc)). --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 8506d50..025a94e 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -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 =