From cabbe6e5fc458473162345543f55bad0d9faa892 Mon Sep 17 00:00:00 2001 From: krasimir Date: Fri, 30 Jul 2004 20:33:54 +0000 Subject: [PATCH] [project @ 2004-07-30 20:33:54 by krasimir] add copyFile to the export list --- System/Directory.hs | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4