make this build with GHC 6.7+
[ghc-hetmet.git] / utils / nofib-analyse / Makefile
index ba190ac..43ae433 100644 (file)
@@ -11,6 +11,9 @@ 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