summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-05-10 21:19:01 +0000
committerIan Lynagh <igloo@earth.li>2008-05-10 21:19:01 +0000
commitffa600f6702f215dd132b8b1b8a1f07d3a9e3ea6 (patch)
tree4bf091ba530daf9a3e0bd78f2f1f5fb8a3082cb9 /compat
parent60a826b1d835042e15c3d825f6a1baf310a8bb1b (diff)
downloadhaskell-ffa600f6702f215dd132b8b1b8a1f07d3a9e3ea6.tar.gz
Update compat for changes to Cabal
Diffstat (limited to 'compat')
-rw-r--r--compat/Distribution/Compat/Directory.hs3
-rw-r--r--compat/Distribution/Compat/Exception.hs3
-rw-r--r--compat/Distribution/Compat/Map.hs3
-rw-r--r--compat/Distribution/Compat/RawSystem.hs3
-rw-r--r--compat/Distribution/ReadE.hs3
-rw-r--r--compat/Distribution/Text.hs3
-rw-r--r--compat/compat.mk2
7 files changed, 8 insertions, 12 deletions
diff --git a/compat/Distribution/Compat/Directory.hs b/compat/Distribution/Compat/Directory.hs
deleted file mode 100644
index 20c84d8ea7..0000000000
--- 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 6e3922dea8..0000000000
--- 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 e52cc5f073..0000000000
--- 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 7e9320c24e..0000000000
--- 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 0000000000..821b902e36
--- /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 0000000000..e84120381f
--- /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 8101021f86..efd35b66de 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 \