From 94fb075eb3701384421bd770a1f7c8fc147a5a5f Mon Sep 17 00:00:00 2001
From: simonm <unknown>
Date: Wed, 17 Dec 1997 13:11:27 +0000
Subject: [PATCH] [project @ 1997-12-17 13:11:27 by simonm] Add test for ':::'
 interface-file lexing bug.

---
 ghc/tests/reader/should_compile/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ghc/tests/reader/should_compile/Makefile b/ghc/tests/reader/should_compile/Makefile
index 03edc2aec4ed..e509b61afbaa 100644
--- a/ghc/tests/reader/should_compile/Makefile
+++ b/ghc/tests/reader/should_compile/Makefile
@@ -2,8 +2,9 @@ TOP = ../..
 include $(TOP)/mk/boilerplate.mk
 include $(TOP)/mk/should_compile.mk
 
-HC_OPTS += -noC -dcore-lint
+SRC_HC_OPTS += -noC -dcore-lint
 
 read004_HC_OPTS = -fno-implicit-prelude
+read006_HC_OPTS = -hi -ohi MyList.hi
 
 include $(TOP)/mk/target.mk
-- 
GitLab