drop some debugging traces and use only one flag for new codegen
[ghc-hetmet.git] / utils / nofib-analyse / Makefile
index 680e1be..0c04aa3 100644 (file)
@@ -1,11 +1,13 @@
 TOP=../..
 include $(TOP)/mk/boilerplate.mk
 
-SRC_HC_OPTS    += -fglasgow-exts -cpp
+SRC_HC_OPTS    += -fglasgow-exts -cpp -Wall
 HS_PROG                = nofib-analyse
 
-ifeq "$(ghc_ge_605)" "YES"
-SRC_HC_OPTS    += -package regex-compat -package html
+ifeq "$(ghc_ge_607)" "YES"
+SRC_HC_OPTS     += -package containers
 endif
 
+SRC_HC_OPTS    += -package regex-compat -package html
+
 include $(TOP)/mk/target.mk