X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compat%2Fcompat.mk;h=8101021f86bfc47e5c8509da498dd4769e0749cb;hb=f5e36de375d03a0af3858c4222690bbaa5f8a1ee;hp=4162a6d5a17b4ae5a81da5f55fd6859534e19b1f;hpb=b374eb9c4747cbddde9cadbad6a12b15e9ced5c1;p=ghc-hetmet.git diff --git a/compat/compat.mk b/compat/compat.mk index 4162a6d..8101021 100644 --- a/compat/compat.mk +++ b/compat/compat.mk @@ -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: @@ -41,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 \ @@ -57,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