[project @ 2004-07-30 20:33:54 by krasimir]
authorkrasimir <unknown>
Fri, 30 Jul 2004 20:33:54 +0000 (20:33 +0000)
committerkrasimir <unknown>
Fri, 30 Jul 2004 20:33:54 +0000 (20:33 +0000)
add copyFile to the export list

System/Directory.hs

index 58d443c..39ca47f 100644 (file)
@@ -28,6 +28,7 @@ module System.Directory
     -- * Actions on files
     , removeFile               -- :: FilePath -> IO ()
     , renameFile                -- :: FilePath -> FilePath -> IO ()
+    , copyFile                  -- :: FilePath -> FilePath -> IO ()
 
     -- * Existence tests
     , doesFileExist            -- :: FilePath -> IO Bool