File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ import Codec.Archive.Tar.Check.Internal (checkEntrySecurity)
64
64
--
65
65
-- * This function returns results lazily. Subdirectories are scanned
66
66
-- and files are read one by one as the list of entries is consumed.
67
+ -- Do not change their contents before the output of 'pack' was consumed in full.
67
68
--
68
69
pack
69
70
:: FilePath -- ^ Base directory
@@ -213,7 +214,7 @@ packSymlinkEntry filepath tarpath = do
213
214
--
214
215
-- * This function returns results lazily. Subdirectories are not scanned
215
216
-- until the files entries in the parent directory have been consumed.
216
- -- If the source directory structure changes before the result is used,
217
+ -- If the source directory structure changes before the result is used in full ,
217
218
-- the behaviour is undefined.
218
219
--
219
220
getDirectoryContentsRecursive :: FilePath -> IO [FilePath ]
You can’t perform that action at this time.
0 commit comments