X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compat%2Fcompat.mk;h=66b82990573ab1d583fbcbb5b3c32feea3b237cc;hb=12ee8b3dcf37a2f6974167886e17ae2e03c9cd72;hp=db1a6c2cf99d9eae52daf3146b7a583b792d8aa1;hpb=af9b4778a1ecf24da8f231b7a06b72eb9195ddd2;p=ghc-hetmet.git diff --git a/compat/compat.mk b/compat/compat.mk index db1a6c2..66b8299 100644 --- a/compat/compat.mk +++ b/compat/compat.mk @@ -19,6 +19,11 @@ 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 + # And similarly for when booting from .hc files: HC_BOOT_LD_OPTS += -L$(GHC_COMPAT_DIR) HC_BOOT_LIBS += -lghccompat @@ -48,7 +53,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 =