[project @ 2004-11-30 15:51:35 by simonmar]
authorsimonmar <unknown>
Tue, 30 Nov 2004 15:51:35 +0000 (15:51 +0000)
committersimonmar <unknown>
Tue, 30 Nov 2004 15:51:35 +0000 (15:51 +0000)
Data.Version isn't necessary any more, the Version type is exported by
Distribution.Version.

ghc/lib/compat/Data/Version.hs [deleted file]
ghc/lib/compat/Makefile

diff --git a/ghc/lib/compat/Data/Version.hs b/ghc/lib/compat/Data/Version.hs
deleted file mode 100644 (file)
index eb6a6ea..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-{-# OPTIONS -cpp #-}
-#include "base/Data/Version.hs"
--- dummy comment
index b137203..b23738c 100644 (file)
@@ -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