From: krasimir Date: Fri, 30 Jul 2004 20:33:54 +0000 (+0000) Subject: [project @ 2004-07-30 20:33:54 by krasimir] X-Git-Tag: nhc98-1-18-release~286 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=cabbe6e5fc458473162345543f55bad0d9faa892;p=haskell-directory.git [project @ 2004-07-30 20:33:54 by krasimir] add copyFile to the export list --- diff --git a/System/Directory.hs b/System/Directory.hs index 58d443c..39ca47f 100644 --- a/System/Directory.hs +++ b/System/Directory.hs @@ -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