ghc_ge_605 is now always YES
[ghc-hetmet.git] / utils / nofib-analyse / Makefile
index 55672d8..0fe5db1 100644 (file)
@@ -8,8 +8,14 @@ ifeq "$(ghc_ge_607)" "YES"
 SRC_HC_OPTS     += -package containers
 endif
 
-ifeq "$(ghc_ge_605)" "YES"
 SRC_HC_OPTS    += -package regex-compat -package html
+
+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