[project @ 1999-06-14 10:34:50 by simonmar]
authorsimonmar <unknown>
Mon, 14 Jun 1999 10:34:50 +0000 (10:34 +0000)
committersimonmar <unknown>
Mon, 14 Jun 1999 10:34:50 +0000 (10:34 +0000)
tcrun004 uses existentials, needs -fglasgow-exts.

ghc/tests/typecheck/should_run/Makefile

index 52a3fba..2e11fb0 100644 (file)
@@ -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