From f34f333be856e8437e232fa413a284752c0ca83a Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 8 Sep 2008 10:28:55 +0000 Subject: [PATCH] make this build with GHC 6.7+ --- utils/nofib-analyse/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/nofib-analyse/Makefile b/utils/nofib-analyse/Makefile index ba190ac..43ae433 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 -- 1.7.10.4