[project @ 2004-07-30 23:29:41 by ross]
authorross <unknown>
Fri, 30 Jul 2004 23:29:41 +0000 (23:29 +0000)
committerross <unknown>
Fri, 30 Jul 2004 23:29:41 +0000 (23:29 +0000)
copyFile is GHC-only at the moment

System/Directory.hs

index 2a1fa3c..7d92473 100644 (file)
@@ -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