Bump versions
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Revision history for hpath-io
|
||||
|
||||
## 0.12.0 -- 2020-01-20
|
||||
|
||||
* breaking API changes
|
||||
* RelC and Fn were removed from `hpath`
|
||||
* further changes to `parseAny`
|
||||
|
||||
|
||||
## 0.11.0 -- 2020-01-18
|
||||
|
||||
* `writeFile` not allows to set file mode and create file if it does not exist (this broke API)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: hpath-io
|
||||
version: 0.11.0
|
||||
version: 0.12.0
|
||||
synopsis: High-level IO operations on files/directories
|
||||
description: High-level IO operations on files/directories, utilizing type-safe Paths
|
||||
-- bug-reports:
|
||||
@@ -39,7 +39,7 @@ library
|
||||
, IfElse
|
||||
, bytestring >= 0.10.0.0
|
||||
, exceptions
|
||||
, hpath >= 0.10 && < 0.11
|
||||
, hpath >= 0.11 && < 0.12
|
||||
, hpath-filepath >= 0.10.2 && < 0.11
|
||||
, safe-exceptions >= 0.1
|
||||
, streamly >= 0.7
|
||||
|
||||
Reference in New Issue
Block a user