[project @ 1999-09-30 12:35:04 by sof]
[ghc-hetmet.git] / ghc / tests / reader / should_compile / Makefile
index e509b61..c1b1008 100644 (file)
@@ -4,7 +4,10 @@ include $(TOP)/mk/should_compile.mk
 
 SRC_HC_OPTS += -noC -dcore-lint
 
-read004_HC_OPTS = -fno-implicit-prelude
-read006_HC_OPTS = -hi -ohi MyList.hi
+read012_HC_OPTS += -O -funfold-casms-in-hi-file -fglasgow-exts -ohi T1.hi
+read013_HC_OPTS += -O -funfold-casms-in-hi-file -fglasgow-exts
+read014_HC_OPTS += -Wall
+read022_HC_OPTS = -fglasgow-exts
+read024_HC_OPTS = -fglasgow-exts
 
 include $(TOP)/mk/target.mk