From: simonmar Date: Wed, 1 Dec 2004 09:52:14 +0000 (+0000) Subject: [project @ 2004-12-01 09:51:50 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1373 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=deee51ffa1a4c1527cd9fc7ecba869cef81c16f1;p=ghc-hetmet.git [project @ 2004-12-01 09:51:50 by simonmar] Update the excluded modules for libghccompat --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index f709768..407ad66 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -523,10 +523,16 @@ endif SRC_MKDEPENDHS_OPTS += \ -optdep--exclude-module=Compat.RawSystem \ -optdep--exclude-module=Compat.Directory \ - -optdep--exclude-module=Data.Version \ - -optdep--exclude-module=Distribution.Package \ + -optdep--exclude-module=Distribution.Compat.Error \ + -optdep--exclude-module=Distribution.Compat.ReadP \ + -optdep--exclude-module=Distribution.Extension \ -optdep--exclude-module=Distribution.InstalledPackageInfo \ - -optdep--exclude-module=Distribution.Package + -optdep--exclude-module=Distribution.License \ + -optdep--exclude-module=Distribution.Package \ + -optdep--exclude-module=Distribution.ParseUtils \ + -optdep--exclude-module=Distribution.Setup \ + -optdep--exclude-module=Distribution.Version \ + -optdep--exclude-module=System.FilePath endif SRC_LD_OPTS += -no-link-chk diff --git a/ghc/utils/ghc-pkg/Makefile b/ghc/utils/ghc-pkg/Makefile index 9d3b311..123d486 100644 --- a/ghc/utils/ghc-pkg/Makefile +++ b/ghc/utils/ghc-pkg/Makefile @@ -45,13 +45,18 @@ endif # This is horrible. We ought to be able to omit the entire directory # from mkDependHS. SRC_MKDEPENDHS_OPTS += \ + -optdep--exclude-module=Compat.RawSystem \ -optdep--exclude-module=Compat.Directory \ + -optdep--exclude-module=Distribution.Compat.Error \ -optdep--exclude-module=Distribution.Compat.ReadP \ - -optdep--exclude-module=Distribution.Package \ + -optdep--exclude-module=Distribution.Extension \ -optdep--exclude-module=Distribution.InstalledPackageInfo \ - -optdep--exclude-module=Distribution.Package \ -optdep--exclude-module=Distribution.License \ - -optdep--exclude-module=Distribution.Version + -optdep--exclude-module=Distribution.Package \ + -optdep--exclude-module=Distribution.ParseUtils \ + -optdep--exclude-module=Distribution.Setup \ + -optdep--exclude-module=Distribution.Version \ + -optdep--exclude-module=System.FilePath # -----------------------------------------------------------------------------= # Create the Version.hs file