make this build with GHC 6.7+
authorSimon Marlow <marlowsd@gmail.com>
Mon, 8 Sep 2008 10:28:55 +0000 (10:28 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Mon, 8 Sep 2008 10:28:55 +0000 (10:28 +0000)
utils/nofib-analyse/Makefile

index ba190ac..43ae433 100644 (file)
@@ -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