hpath/test/HPath/IO
Julian Ospald 3e6d93182a
Abstract over Path more properly
We don't expect "Path Abs" everywhere anymore. The functions
have been made to be more generic. A user can still pass
absolute paths, so we don't lose any safety. However, some
function implementations may be more tricky.
2018-04-11 01:11:00 +02:00
..
AppendFileSpec.hs Add writeFile and appendFile 2018-04-06 17:22:38 +02:00
CanonicalizePathSpec.hs TESTS: fix before/after 2016-06-05 15:25:57 +02:00
CopyDirRecursiveCollectFailuresSpec.hs Improve CopyDirRecursiveCollectFailures tests 2016-06-14 19:32:33 +02:00
CopyDirRecursiveOverwriteSpec.hs Rm unused imports 2016-06-05 16:09:34 +02:00
CopyDirRecursiveSpec.hs Rm unused imports 2016-06-05 16:09:34 +02:00
CopyFileOverwriteSpec.hs Rm unused imports 2016-06-05 16:09:34 +02:00
CopyFileSpec.hs Rm unused imports 2016-06-05 16:09:34 +02:00
CreateDirRecursiveSpec.hs Add createDirRecursive, fixes #6 2016-06-13 01:28:55 +02:00
CreateDirSpec.hs Improve documentation and tests for file creation 2016-06-05 21:59:31 +02:00
CreateRegularFileSpec.hs Improve documentation and tests for file creation 2016-06-05 21:59:31 +02:00
CreateSymlinkSpec.hs Improve documentation and tests for file creation 2016-06-05 21:59:31 +02:00
DeleteDirRecursiveSpec.hs TESTS: fix before/after 2016-06-05 15:25:57 +02:00
DeleteDirSpec.hs TESTS: fix before/after 2016-06-05 15:25:57 +02:00
DeleteFileSpec.hs TESTS: fix before/after 2016-06-05 15:25:57 +02:00
GetDirsFilesSpec.hs TESTS: fix before/after 2016-06-05 15:25:57 +02:00
GetFileTypeSpec.hs TESTS: fix before/after 2016-06-05 15:25:57 +02:00
MoveFileOverwriteSpec.hs Improve error handling 2016-06-14 19:13:25 +02:00
MoveFileSpec.hs Improve error handling 2016-06-14 19:13:25 +02:00
ReadFileEOFSpec.hs Add file reading functions 2018-04-06 16:42:40 +02:00
ReadFileSpec.hs Add file reading functions 2018-04-06 16:42:40 +02:00
RecreateSymlinkOverwriteSpec.hs TESTS: fix before/after 2016-06-05 15:25:57 +02:00
RecreateSymlinkSpec.hs TESTS: fix before/after 2016-06-05 15:25:57 +02:00
RenameFileSpec.hs Improve error handling 2016-06-14 19:13:25 +02:00
ToAbsSpec.hs Abstract over Path more properly 2018-04-11 01:11:00 +02:00
WriteFileSpec.hs Add writeFile and appendFile 2018-04-06 17:22:38 +02:00