From bf8c3203b46f7a679466427c101e894aecbc619c Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 4 Aug 1999 16:02:10 +0000 Subject: [PATCH] [project @ 1999-08-04 16:02:10 by simonmar] compile tc087 with -fglasgow-exts --- ghc/tests/typecheck/should_compile/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/tests/typecheck/should_compile/Makefile b/ghc/tests/typecheck/should_compile/Makefile index db4a798..7a300ba 100644 --- a/ghc/tests/typecheck/should_compile/Makefile +++ b/ghc/tests/typecheck/should_compile/Makefile @@ -6,6 +6,7 @@ SRC_HC_OPTS += -noC -dcore-lint -fno-warn-incomplete-patterns -hi-with-declarati tc019_HC_OPTS = -fglasgow-exts tc065_HC_OPTS = -syslib misc +tc087_HC_OPTS = -fglasgow-exts tc089_HC_OPTS = -H12m tc097_HC_OPTS = -fglasgow-exts tc100_HC_OPTS = -O -- 1.7.10.4