hpath/test/HPath/IO
Julian Ospald ef66a24f87
Improve error handling
* remove some obsolete functions and error types from HPath.IO.Errors
  that are completely unused
* reworked the RecursiveFailure type to contain more information,
  so we can use it to programmatically make useful choices
  without examining the weakly types IO error attributes (like
  'ioGetFileName')
2016-06-14 19:13:25 +02:00
..
CanonicalizePathSpec.hs TESTS: fix before/after 2016-06-05 15:25:57 +02:00
CopyDirRecursiveCollectFailuresSpec.hs Improve error handling 2016-06-14 19:13:25 +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
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