From 5c07b5d2f92b49123cb4d2f055ec1920bb8f7cf8 Mon Sep 17 00:00:00 2001 From: rrt Date: Tue, 16 May 2000 14:04:25 +0000 Subject: [PATCH] [project @ 2000-05-16 14:04:25 by rrt] Added -package concurrent. --- ghc/tests/simplCore/should_compile/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/tests/simplCore/should_compile/Makefile b/ghc/tests/simplCore/should_compile/Makefile index 75a14b9..dd2f07a 100644 --- a/ghc/tests/simplCore/should_compile/Makefile +++ b/ghc/tests/simplCore/should_compile/Makefile @@ -2,7 +2,7 @@ TOP = ../.. include $(TOP)/mk/boilerplate.mk include $(TOP)/mk/should_compile.mk -SRC_HC_OPTS += -noC -dcore-lint +SRC_HC_OPTS += -noC -dcore-lint -package concurrent include $(TOP)/mk/target.mk -- 1.7.10.4