From 224d5f606cd66e19381e6ae32419e916fdf34e6e Mon Sep 17 00:00:00 2001 From: ross Date: Fri, 30 Jul 2004 23:29:41 +0000 Subject: [PATCH] [project @ 2004-07-30 23:29:41 by ross] copyFile is GHC-only at the moment --- System/Directory.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/System/Directory.hs b/System/Directory.hs index 2a1fa3c..7d92473 100644 --- a/System/Directory.hs +++ b/System/Directory.hs @@ -28,7 +28,9 @@ module System.Directory -- * Actions on files , removeFile -- :: FilePath -> IO () , renameFile -- :: FilePath -> FilePath -> IO () +#ifdef __GLASGOW_HASKELL__ , copyFile -- :: FilePath -> FilePath -> IO () +#endif -- * Existence tests , doesFileExist -- :: FilePath -> IO Bool -- 1.7.10.4