From 4a0d5a0d20818bd555299ebdf14296bf55749084 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 21 May 2007 13:42:32 +0000 Subject: [PATCH] follow removal of Distribtion.Compat.FilePath --- compat/Distribution/Compat/FilePath.hs | 3 --- compat/Makefile | 1 - 2 files changed, 4 deletions(-) delete mode 100644 compat/Distribution/Compat/FilePath.hs 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 -- 1.7.10.4