Remember if RewriteInst is swapped & bug fixes
[ghc-hetmet.git] / utils / nofib-analyse / Makefile
index 55672d8..43ae433 100644 (file)
@@ -11,5 +11,12 @@ endif
 ifeq "$(ghc_ge_605)" "YES"
 SRC_HC_OPTS    += -package regex-compat -package html
 endif
+ifeq "$(ghc_ge_607)" "YES"
+SRC_HC_OPTS     += -package containers
+endif
+
+ifeq "$(ghc_ge_607)" "YES"
+SRC_HC_OPTS     += -package containers
+endif
 
 include $(TOP)/mk/target.mk