Release hpath-io-0.10.1

This commit is contained in:
Julian Ospald 2020-01-13 23:41:50 +01:00
parent 80d60845dc
commit d898af171d
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,15 @@
# 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 around `access` 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.

View File

@ -1,5 +1,5 @@
name: hpath-io
version: 0.10.0
version: 0.10.1
synopsis: High-level IO operations on files/directories
description: High-level IO operations on files/directories, utilizing type-safe Paths
-- bug-reports: