X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compat%2Fcompat.mk;h=00a3c9f4c5e838b2439541efab3222042b020f59;hb=eae65ca88fc09342e295874fb253f83775c61051;hp=c2bfeb183305ebca71cabe6ed4bc869542a22c55;hpb=cb906a124e36cb5054784a5bc44eb9d099d20709;p=ghc-hetmet.git diff --git a/compat/compat.mk b/compat/compat.mk index c2bfeb1..00a3c9f 100644 --- a/compat/compat.mk +++ b/compat/compat.mk @@ -14,9 +14,6 @@ SRC_HC_OPTS += -DUSING_COMPAT SRC_HC_OPTS += -i$(GHC_COMPAT_DIR) SRC_LD_OPTS += -L$(GHC_COMPAT_DIR) -lghccompat -# Do *not* use the installed Cabal: -SRC_HC_OPTS += -ignore-package Cabal - ifeq "$(ghc_ge_607)" "YES" SRC_HC_OPTS += -package directory SRC_HC_OPTS += -package pretty @@ -37,22 +34,6 @@ endif # from mkDependHS. SRC_MKDEPENDHS_OPTS += \ -optdep--exclude-module=Compat.Unicode \ - -optdep--exclude-module=Distribution.Compat.FilePath \ - -optdep--exclude-module=Distribution.Compat.ReadP \ - -optdep--exclude-module=Distribution.Extension \ - -optdep--exclude-module=Distribution.GetOpt \ - -optdep--exclude-module=Distribution.InstalledPackageInfo \ - -optdep--exclude-module=Distribution.License \ - -optdep--exclude-module=Distribution.ModuleName \ - -optdep--exclude-module=Distribution.Package \ - -optdep--exclude-module=Distribution.ParseUtils \ - -optdep--exclude-module=Distribution.Compiler \ - -optdep--exclude-module=Distribution.Version \ - -optdep--exclude-module=Distribution.ReadE \ - -optdep--exclude-module=Distribution.Text \ - -optdep--exclude-module=System.FilePath \ - -optdep--exclude-module=System.FilePath.Posix \ - -optdep--exclude-module=System.FilePath.Windows \ -optdep--exclude-module=Trace.Hpc.Mix \ -optdep--exclude-module=Trace.Hpc.Tix \ -optdep--exclude-module=Trace.Hpc.Util