From: Simon Marlow Date: Mon, 8 Sep 2008 10:28:55 +0000 (+0000) Subject: make this build with GHC 6.7+ X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=f34f333be856e8437e232fa413a284752c0ca83a make this build with GHC 6.7+ --- 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