X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compat%2Fcompat.mk;h=474051074d2c55bbd2dd148a031045087736e594;hp=db1a6c2cf99d9eae52daf3146b7a583b792d8aa1;hb=235edf36cc202bb21c00d0e5e05ebf076fb0542e;hpb=af9b4778a1ecf24da8f231b7a06b72eb9195ddd2;ds=sidebyside diff --git a/compat/compat.mk b/compat/compat.mk index db1a6c2..4740510 100644 --- a/compat/compat.mk +++ b/compat/compat.mk @@ -15,8 +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 + +ifeq "$(ghc_ge_607)" "YES" +SRC_HC_OPTS += -package directory +SRC_HC_OPTS += -package pretty +SRC_HC_OPTS += -package containers endif # And similarly for when booting from .hc files: @@ -48,7 +52,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 =