fix compiling GHC 6.7+ with itself - compat needs -package containers now
[ghc-hetmet.git] / 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"