From: simonmar Date: Mon, 14 Jun 1999 10:34:50 +0000 (+0000) Subject: [project @ 1999-06-14 10:34:50 by simonmar] X-Git-Tag: Approximately_9120_patches~6127 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7f94b1d5a44870da1ad3bfb8bf670ec720d4c63b;p=ghc-hetmet.git [project @ 1999-06-14 10:34:50 by simonmar] tcrun004 uses existentials, needs -fglasgow-exts. --- 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