Cabal depends on -package unix when GHC <= 6.2
[ghc-hetmet.git] / compat / compat.mk
index db1a6c2..4162a6d 100644 (file)
@@ -19,6 +19,15 @@ 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
+endif
+
 # And similarly for when booting from .hc files:
 HC_BOOT_LD_OPTS += -L$(GHC_COMPAT_DIR)
 HC_BOOT_LIBS += -lghccompat
@@ -48,7 +57,10 @@ SRC_MKDEPENDHS_OPTS += \
        -optdep--exclude-module=System.FilePath \
        -optdep--exclude-module=System.FilePath.Posix \
        -optdep--exclude-module=System.FilePath.Windows \
-       -optdep--exclude-module=System.Directory.Internals
+       -optdep--exclude-module=System.Directory.Internals \
+       -optdep--exclude-module=Trace.Hpc.Mix \
+       -optdep--exclude-module=Trace.Hpc.Tix \
+       -optdep--exclude-module=Trace.Hpc.Util
 
 PACKAGE_CABAL =
 PACKAGE_HPC   =