From 7f94b1d5a44870da1ad3bfb8bf670ec720d4c63b Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 14 Jun 1999 10:34:50 +0000 Subject: [PATCH] [project @ 1999-06-14 10:34:50 by simonmar] tcrun004 uses existentials, needs -fglasgow-exts. --- ghc/tests/typecheck/should_run/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/tests/typecheck/should_run/Makefile b/ghc/tests/typecheck/should_run/Makefile index 52a3fba..2e11fb0 100644 --- a/ghc/tests/typecheck/should_run/Makefile +++ b/ghc/tests/typecheck/should_run/Makefile @@ -5,5 +5,6 @@ include $(TOP)/mk/should_run.mk SRC_HC_OPTS += -dcore-lint tcrun003_HC_OPTS += -fglasgow-exts +tcrun004_HC_OPTS += -fglasgow-exts include $(TOP)/mk/target.mk -- 1.7.10.4