From 2c7a977952bb718cb8052d45e421b5eedf6b7524 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 14 May 2007 17:28:59 +0000 Subject: [PATCH] Add filepath modules to compat/ --- compat/System/FilePath.hs | 3 +++ compat/System/FilePath/Internal.hs | 3 +++ compat/System/FilePath/Posix.hs | 3 +++ compat/System/FilePath/Windows.hs | 3 +++ 4 files changed, 12 insertions(+) create mode 100644 compat/System/FilePath.hs create mode 100644 compat/System/FilePath/Internal.hs create mode 100644 compat/System/FilePath/Posix.hs create mode 100644 compat/System/FilePath/Windows.hs diff --git a/compat/System/FilePath.hs b/compat/System/FilePath.hs new file mode 100644 index 0000000..749d727 --- /dev/null +++ b/compat/System/FilePath.hs @@ -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 index 0000000..ce99a93 --- /dev/null +++ b/compat/System/FilePath/Internal.hs @@ -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 index 0000000..132f5cb --- /dev/null +++ b/compat/System/FilePath/Posix.hs @@ -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 index 0000000..85a3214 --- /dev/null +++ b/compat/System/FilePath/Windows.hs @@ -0,0 +1,3 @@ +{-# OPTIONS -cpp #-} +#include "filepath/System/FilePath/Windows.hs" +-- dummy comment -- 1.7.10.4