fix compiling GHC 6.7+ with itself - compat needs -package containers now
authorSimon Marlow <simonmar@microsoft.com>
Wed, 29 Aug 2007 11:35:00 +0000 (11:35 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 29 Aug 2007 11:35:00 +0000 (11:35 +0000)
compat/compat.mk

index 4162a6d..9730bdf 100644 (file)
@@ -22,6 +22,7 @@ endif
 ifeq "$(ghc_ge_607)" "YES"
 SRC_HC_OPTS += -package directory
 SRC_HC_OPTS += -package pretty
+SRC_HC_OPTS += -package containers
 endif
 
 ifeq "$(ghc_ge_603)" "NO"