X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compat%2Fcompat.mk;h=8101021f86bfc47e5c8509da498dd4769e0749cb;hp=9730bdf5176b0897eec189b35265c4a4d8cdabee;hb=1a3efdd6b616f3a101e182f715df5a0e306eb348;hpb=b0195f43ab032e5f08011ac8207e416f0a2911da diff --git a/compat/compat.mk b/compat/compat.mk index 9730bdf..8101021 100644 --- a/compat/compat.mk +++ b/compat/compat.mk @@ -15,9 +15,7 @@ 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 @@ -25,10 +23,6 @@ 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: HC_BOOT_LD_OPTS += -L$(GHC_COMPAT_DIR) HC_BOOT_LIBS += -lghccompat @@ -42,8 +36,6 @@ endif # This is horrible. We ought to be able to omit the entire directory # from mkDependHS. SRC_MKDEPENDHS_OPTS += \ - -optdep--exclude-module=Compat.RawSystem \ - -optdep--exclude-module=Compat.Directory \ -optdep--exclude-module=Compat.Unicode \ -optdep--exclude-module=Distribution.Compat.FilePath \ -optdep--exclude-module=Distribution.Compat.ReadP \ @@ -58,7 +50,6 @@ 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=Trace.Hpc.Mix \ -optdep--exclude-module=Trace.Hpc.Tix \ -optdep--exclude-module=Trace.Hpc.Util