X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2Ftypecheck%2Fshould_compile%2FMakefile;h=165edb89e5a3d7049c797551ad275290c3b4ebea;hb=91aba4d8b2eb919dec85a5025602e03ac2704112;hp=c35a8f84312e7ebf3c4d4b63f3e5eac850452927;hpb=17f2e4cee594f8922bed6c3a8101a77c7fcb1977;p=ghc-hetmet.git diff --git a/ghc/tests/typecheck/should_compile/Makefile b/ghc/tests/typecheck/should_compile/Makefile index c35a8f8..165edb8 100644 --- a/ghc/tests/typecheck/should_compile/Makefile +++ b/ghc/tests/typecheck/should_compile/Makefile @@ -2,10 +2,18 @@ TOP = ../.. include $(TOP)/mk/boilerplate.mk include $(TOP)/mk/should_compile.mk -HC_OPTS += -noC -dcore-lint -fno-warn-incomplete-patterns -hi-with-declarations -hi-with-instances -hi-with-exports +SRC_HC_OPTS += -dcore-lint -fno-warn-incomplete-patterns +# -hi-with-declarations -hi-with-instances -hi-with-exports tc019_HC_OPTS = -fglasgow-exts -tc065_HC_OPTS = -syslib misc +tc065_HC_OPTS = -package lang -package data +tc087_HC_OPTS = -fglasgow-exts +tc088_HC_OPTS = -package lang +tc089_HC_OPTS = -H12m tc097_HC_OPTS = -fglasgow-exts +tc100_HC_OPTS = -O + +# mkdependHS doesn't understand OPTIONS pragmas... +SRC_MKDEPENDHS_OPTS += -fglasgow-exts include $(TOP)/mk/target.mk