summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/nofib-analyse/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/nofib-analyse/Makefile b/utils/nofib-analyse/Makefile
index ba190ac6b8..43ae4337ae 100644
--- a/utils/nofib-analyse/Makefile
+++ b/utils/nofib-analyse/Makefile
@@ -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