From: simonmar Date: Thu, 28 Jul 2005 11:46:28 +0000 (+0000) Subject: [project @ 2005-07-28 11:46:28 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~294 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6edd4302fab7c5594284f122679f0368f2dbcf55;p=ghc-hetmet.git [project @ 2005-07-28 11:46:28 by simonmar] Add Distribution.Compat.FilePath to the relevant places. --- diff --git a/ghc/lib/compat/Makefile b/ghc/lib/compat/Makefile index 654411d..943b56c 100644 --- a/ghc/lib/compat/Makefile +++ b/ghc/lib/compat/Makefile @@ -44,6 +44,7 @@ ifeq "$(ghc_ge_603)" "YES" # These modules are all provided in GHC 6.3+ EXCLUDED_SRCS += \ System/Directory/Internals.hs \ + Distribution/Compat/FilePath.hs \ Distribution/Compat/ReadP.hs \ Distribution/GetOpt.hs \ Distribution/InstalledPackageInfo.hs \ @@ -56,6 +57,7 @@ EXCLUDED_SRCS += \ SRC_MKDEPENDHS_OPTS += \ -optdep--exclude-module=System.Directory.Internals \ + -optdep--exclude-module=Distribution.Compat.FilePath \ -optdep--exclude-module=Distribution.Compat.ReadP \ -optdep--exclude-module=Distribution.GetOpt \ -optdep--exclude-module=Distribution.InstalledPackageInfo \ diff --git a/ghc/lib/compat/compat.mk b/ghc/lib/compat/compat.mk index 6eb9170..98120a3 100644 --- a/ghc/lib/compat/compat.mk +++ b/ghc/lib/compat/compat.mk @@ -24,6 +24,7 @@ endif SRC_MKDEPENDHS_OPTS += \ -optdep--exclude-module=Compat.RawSystem \ -optdep--exclude-module=Compat.Directory \ + -optdep--exclude-module=Distribution.Compat.FilePath \ -optdep--exclude-module=Distribution.Compat.ReadP \ -optdep--exclude-module=Distribution.Extension \ -optdep--exclude-module=Distribution.GetOpt \