Browse Source

Release new versions

travis
Julian Ospald 4 years ago
parent
commit
f7e2131192
No known key found for this signature in database GPG Key ID: 511B62C09D50CD28
4 changed files with 11 additions and 2 deletions
  1. +5
    -0
      hpath-filepath/CHANGELOG.md
  2. +1
    -1
      hpath-filepath/hpath-filepath.cabal
  3. +4
    -0
      hpath-io/CHANGELOG.md
  4. +1
    -1
      hpath-io/hpath-io.cabal

+ 5
- 0
hpath-filepath/CHANGELOG.md View File

@@ -1,5 +1,10 @@
# Revision history for hpath-filepath # Revision history for hpath-filepath


## 0.10.4 -- 2020-01-26

* Add `takeAllParents`


## 0.10.2 -- 2020-01-18 ## 0.10.2 -- 2020-01-18


* Add `isSpecialDirectoryEntry` * Add `isSpecialDirectoryEntry`


+ 1
- 1
hpath-filepath/hpath-filepath.cabal View File

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


+ 4
- 0
hpath-io/CHANGELOG.md View File

@@ -1,5 +1,9 @@
# Revision history for hpath-io # 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 ## 0.12.0 -- 2020-01-20


* breaking API changes * breaking API changes


+ 1
- 1
hpath-io/hpath-io.cabal View File

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


Loading…
Cancel
Save