From: simonm Date: Wed, 17 Dec 1997 13:11:27 +0000 (+0000) Subject: [project @ 1997-12-17 13:11:27 by simonm] X-Git-Tag: Approx_2487_patches~1161 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=94fb075eb3701384421bd770a1f7c8fc147a5a5f;p=ghc-hetmet.git [project @ 1997-12-17 13:11:27 by simonm] Add test for ':::' interface-file lexing bug. --- diff --git a/ghc/tests/reader/should_compile/Makefile b/ghc/tests/reader/should_compile/Makefile index 03edc2a..e509b61 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