From: simonmar Date: Tue, 30 Nov 2004 15:51:35 +0000 (+0000) Subject: [project @ 2004-11-30 15:51:35 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1376 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=735930018c7e9fcdfd462009641d4b196a1a31b5;p=ghc-hetmet.git [project @ 2004-11-30 15:51:35 by simonmar] Data.Version isn't necessary any more, the Version type is exported by Distribution.Version. --- diff --git a/ghc/lib/compat/Data/Version.hs b/ghc/lib/compat/Data/Version.hs deleted file mode 100644 index eb6a6ea..0000000 --- a/ghc/lib/compat/Data/Version.hs +++ /dev/null @@ -1,3 +0,0 @@ -{-# OPTIONS -cpp #-} -#include "base/Data/Version.hs" --- dummy comment diff --git a/ghc/lib/compat/Makefile b/ghc/lib/compat/Makefile index b137203..b23738c 100644 --- a/ghc/lib/compat/Makefile +++ b/ghc/lib/compat/Makefile @@ -21,7 +21,6 @@ ghc_603_plus = $(shell if (test $(GhcCanonVersion) -ge 603); then echo YES; else ifeq "$(ghc_603_plus)" "YES" # These modules are all provided in GHC 6.3+ EXCLUDED_SRCS += \ - Data/Version.hs \ System/FilePath.hs \ Distribution/Compat/Error.hs \ Distribution/Compat/ReadP.hs \ @@ -35,7 +34,6 @@ EXCLUDED_SRCS += \ endif # Some explicit dependencies -Data/Version.$(way_)o : $(FPTOOLS_TOP)/libraries/base/Data/Version.hs System/FilePath.$(way_)o : $(FPTOOLS_TOP)/libraries/base/System/FilePath.hs Distribution/Compat/Error.$(way_)o : $(FPTOOLS_TOP)/libraries/Cabal/Distribution/Compat/Error.hs Distribution/Compat/ReadP.$(way_) : $(FPTOOLS_TOP)/libraries/Cabal/Distribution/Compat/ReadP.hs