Release new versions

This commit is contained in:
Julian Ospald 2020-01-26 21:51:39 +01:00
父節點 87e452c49f
當前提交 f7e2131192
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 511B62C09D50CD28
共有 4 個文件被更改,包括 11 次插入2 次删除

查看文件

@ -1,5 +1,10 @@
# Revision history for hpath-filepath
## 0.10.4 -- 2020-01-26
* Add `takeAllParents`
## 0.10.2 -- 2020-01-18
* Add `isSpecialDirectoryEntry`

查看文件

@ -1,5 +1,5 @@
name: hpath-filepath
version: 0.10.3
version: 0.10.4
synopsis: ByteString based filepath manipulation
description: ByteString based filepath manipulation, similar to 'filepath' package. This is POSIX only.
-- bug-reports:

查看文件

@ -1,5 +1,9 @@
# Revision history for hpath-io
## 0.13.0 -- 2020-01-26
* switch to using 'hpath-bytestring' for the implementation (this is now just a wrapper module, mostly)
## 0.12.0 -- 2020-01-20
* breaking API changes

查看文件

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