From 6edd4302fab7c5594284f122679f0368f2dbcf55 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 28 Jul 2005 11:46:28 +0000 Subject: [PATCH] [project @ 2005-07-28 11:46:28 by simonmar] Add Distribution.Compat.FilePath to the relevant places. --- ghc/lib/compat/Makefile | 2 ++ ghc/lib/compat/compat.mk | 1 + 2 files changed, 3 insertions(+) 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 \ -- 1.7.10.4