Don't give warnings in compat
[ghc-hetmet.git] / compat / compat.mk
index 66b8299..9730bdf 100644 (file)
@@ -22,6 +22,11 @@ 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"
+SRC_HC_OPTS += -package unix
 endif
 
 # And similarly for when booting from .hc files: