From: Simon Marlow Date: Mon, 21 May 2007 13:42:32 +0000 (+0000) Subject: follow removal of Distribtion.Compat.FilePath X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=4a0d5a0d20818bd555299ebdf14296bf55749084 follow removal of Distribtion.Compat.FilePath --- diff --git a/compat/Distribution/Compat/FilePath.hs b/compat/Distribution/Compat/FilePath.hs deleted file mode 100644 index 2dbd337..0000000 --- a/compat/Distribution/Compat/FilePath.hs +++ /dev/null @@ -1,3 +0,0 @@ -{-# OPTIONS -cpp #-} -#include "Cabal/Distribution/Compat/FilePath.hs" --- dummy comment diff --git a/compat/Makefile b/compat/Makefile index 0e24ccb..2ddc83e 100644 --- a/compat/Makefile +++ b/compat/Makefile @@ -70,7 +70,6 @@ endif # Some explicit dependencies, needed because ghc -M can't discover the # true dependencies of these stub files. System/Directory/Internals.$(way_)o : $(FPTOOLS_TOP)/libraries/base/System/Directory/Internals.hs -Distribution/Compat/FilePath.$(way_) : $(FPTOOLS_TOP)/libraries/Cabal/Distribution/Compat/FilePath.hs Distribution/Compat/ReadP.$(way_) : $(FPTOOLS_TOP)/libraries/Cabal/Distribution/Compat/ReadP.hs Distribution/GetOpt.$(way_)o : $(FPTOOLS_TOP)/libraries/Cabal/Distribution/GetOpt.hs Distribution/InstalledPackageInfo.$(way_)o : $(FPTOOLS_TOP)/libraries/Cabal/Distribution/InstalledPackageInfo.hs