From: simonmar@microsoft.com Date: Fri, 15 Feb 2008 13:38:36 +0000 (+0000) Subject: fix build with 6.8 X-Git-Tag: Before_cabalised-GHC~247 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=6d2d7884c6013259a3d38d7b3c9803f59b373e13 fix build with 6.8 --- diff --git a/utils/nofib-analyse/Makefile b/utils/nofib-analyse/Makefile index 875b956..55672d8 100644 --- a/utils/nofib-analyse/Makefile +++ b/utils/nofib-analyse/Makefile @@ -4,6 +4,10 @@ include $(TOP)/mk/boilerplate.mk SRC_HC_OPTS += -fglasgow-exts -cpp -Wall HS_PROG = nofib-analyse +ifeq "$(ghc_ge_607)" "YES" +SRC_HC_OPTS += -package containers +endif + ifeq "$(ghc_ge_605)" "YES" SRC_HC_OPTS += -package regex-compat -package html endif