From: Ian Lynagh Date: Mon, 14 May 2007 17:28:59 +0000 (+0000) Subject: Add filepath modules to compat/ X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=2c7a977952bb718cb8052d45e421b5eedf6b7524 Add filepath modules to compat/ --- 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