Add filepath modules to compat/
authorIan Lynagh <igloo@earth.li>
Mon, 14 May 2007 17:28:59 +0000 (17:28 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 14 May 2007 17:28:59 +0000 (17:28 +0000)
compat/System/FilePath.hs [new file with mode: 0644]
compat/System/FilePath/Internal.hs [new file with mode: 0644]
compat/System/FilePath/Posix.hs [new file with mode: 0644]
compat/System/FilePath/Windows.hs [new file with mode: 0644]

diff --git a/compat/System/FilePath.hs b/compat/System/FilePath.hs
new file mode 100644 (file)
index 0000000..749d727
--- /dev/null
@@ -0,0 +1,3 @@
+{-# OPTIONS -cpp #-}
+#include "filepath/System/FilePath.hs"
+-- dummy comment
diff --git a/compat/System/FilePath/Internal.hs b/compat/System/FilePath/Internal.hs
new file mode 100644 (file)
index 0000000..ce99a93
--- /dev/null
@@ -0,0 +1,3 @@
+{-# OPTIONS -cpp #-}
+#include "filepath/System/FilePath/Internal.hs"
+-- dummy comment
diff --git a/compat/System/FilePath/Posix.hs b/compat/System/FilePath/Posix.hs
new file mode 100644 (file)
index 0000000..132f5cb
--- /dev/null
@@ -0,0 +1,3 @@
+{-# OPTIONS -cpp #-}
+#include "filepath/System/FilePath/Posix.hs"
+-- dummy comment
diff --git a/compat/System/FilePath/Windows.hs b/compat/System/FilePath/Windows.hs
new file mode 100644 (file)
index 0000000..85a3214
--- /dev/null
@@ -0,0 +1,3 @@
+{-# OPTIONS -cpp #-}
+#include "filepath/System/FilePath/Windows.hs"
+-- dummy comment