620 B
620 B
Revision history for hpath-io
0.10.1 -- 2020-01-13
- Move file check functions to HPath.IO
- Add 'doesExist'
- Exception handling of
doesExist
,doesFileExist
,doesDirectoryExist
has changed: only eNOENT is catched - Exception handling of
isWritable
has changed: just a wrapper aroundaccess
now - switch exception handling to
safe-exceptions
- Redo file reading API (readFileEOF dropped and now using streamly under the hood, added
readFileStream
)
0.10.0 -- 2020-01-04
- First version. Split from 'hpath', contains only the IO parts.
- Now uses streamly for 'copyFile'
- Fixed tmpdir in hspec