add GC(0) and GC(1) time
[ghc-hetmet.git] / utils / nofib-analyse / Makefile
index 55672d8..ba190ac 100644 (file)
@@ -12,4 +12,8 @@ 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
+
 include $(TOP)/mk/target.mk