This goes with the patch for #1839, #1463
[ghc-hetmet.git] / compat / compat.mk
index 4162a6d..4740510 100644 (file)
@@ -15,17 +15,12 @@ SRC_HC_OPTS += -i$(GHC_COMPAT_DIR)
 SRC_LD_OPTS += -L$(GHC_COMPAT_DIR) -lghccompat
 
 # Do *not* use the installed Cabal:
-ifeq "$(ghc_ge_603)" "YES"
 SRC_HC_OPTS += -ignore-package Cabal
-endif
 
 ifeq "$(ghc_ge_607)" "YES"
 SRC_HC_OPTS += -package directory
 SRC_HC_OPTS += -package pretty
-endif
-
-ifeq "$(ghc_ge_603)" "NO"
-SRC_HC_OPTS += -package unix
+SRC_HC_OPTS += -package containers
 endif
 
 # And similarly for when booting from .hc files: