fix build with 6.8
authorsimonmar@microsoft.com <unknown>
Fri, 15 Feb 2008 13:38:36 +0000 (13:38 +0000)
committersimonmar@microsoft.com <unknown>
Fri, 15 Feb 2008 13:38:36 +0000 (13:38 +0000)
utils/nofib-analyse/Makefile

index 875b956..55672d8 100644 (file)
@@ -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