From f64a432bfebd80b421d7a8bbbefc3b8aeebec2e0 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 24 Jan 2008 16:52:14 +0000 Subject: [PATCH] Tell happy to be strict --- mk/config.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/config.mk.in b/mk/config.mk.in index 5825ef3..f27a4b1 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -1108,7 +1108,7 @@ HAPPY_VERSION = @HappyVersion@ # # Options to pass to Happy when we're going to compile the output with GHC # -GHC_HAPPY_OPTS = -agc +GHC_HAPPY_OPTS = -agc --strict # Temp. to work around performance problems in the HEAD around 8/12/2003, # A Happy compiled with this compiler needs more stack. -- 1.7.10.4