From: Ian Lynagh Date: Sat, 10 May 2008 21:19:01 +0000 (+0000) Subject: Update compat for changes to Cabal X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=ffa600f6702f215dd132b8b1b8a1f07d3a9e3ea6 Update compat for changes to Cabal --- diff --git a/compat/Distribution/Compat/Directory.hs b/compat/Distribution/Compat/Directory.hs deleted file mode 100644 index 20c84d8..0000000 --- a/compat/Distribution/Compat/Directory.hs +++ /dev/null @@ -1,3 +0,0 @@ -{-# OPTIONS -cpp #-} -#include "Cabal/Distribution/Compat/Directory.hs" --- dummy comment diff --git a/compat/Distribution/Compat/Exception.hs b/compat/Distribution/Compat/Exception.hs deleted file mode 100644 index 6e3922d..0000000 --- a/compat/Distribution/Compat/Exception.hs +++ /dev/null @@ -1,3 +0,0 @@ -{-# OPTIONS -cpp #-} -#include "Cabal/Distribution/Compat/Exception.hs" --- dummy comment diff --git a/compat/Distribution/Compat/Map.hs b/compat/Distribution/Compat/Map.hs deleted file mode 100644 index e52cc5f..0000000 --- a/compat/Distribution/Compat/Map.hs +++ /dev/null @@ -1,3 +0,0 @@ -{-# OPTIONS -cpp #-} -#include "Cabal/Distribution/Compat/Map.hs" --- dummy comment diff --git a/compat/Distribution/Compat/RawSystem.hs b/compat/Distribution/Compat/RawSystem.hs deleted file mode 100644 index 7e9320c..0000000 --- a/compat/Distribution/Compat/RawSystem.hs +++ /dev/null @@ -1,3 +0,0 @@ -{-# OPTIONS -cpp #-} -#include "Cabal/Distribution/Compat/RawSystem.hs" --- dummy comment diff --git a/compat/Distribution/ReadE.hs b/compat/Distribution/ReadE.hs new file mode 100644 index 0000000..821b902 --- /dev/null +++ b/compat/Distribution/ReadE.hs @@ -0,0 +1,3 @@ +{-# OPTIONS -cpp #-} +#include "Cabal/Distribution/ReadE.hs" +-- dummy comment diff --git a/compat/Distribution/Text.hs b/compat/Distribution/Text.hs new file mode 100644 index 0000000..e841203 --- /dev/null +++ b/compat/Distribution/Text.hs @@ -0,0 +1,3 @@ +{-# OPTIONS -cpp #-} +#include "Cabal/Distribution/Text.hs" +-- dummy comment diff --git a/compat/compat.mk b/compat/compat.mk index 8101021..efd35b6 100644 --- a/compat/compat.mk +++ b/compat/compat.mk @@ -47,6 +47,8 @@ SRC_MKDEPENDHS_OPTS += \ -optdep--exclude-module=Distribution.ParseUtils \ -optdep--exclude-module=Distribution.Compiler \ -optdep--exclude-module=Distribution.Version \ + -optdep--exclude-module=Distribution.ReadE \ + -optdep--exclude-module=Distribution.Text \ -optdep--exclude-module=System.FilePath \ -optdep--exclude-module=System.FilePath.Posix \ -optdep--exclude-module=System.FilePath.Windows \