packages feed

hpath-filepath 0.10.0 → 0.10.1

raw patch · 3 files changed

+5/−3 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,5 @@ # Revision history for hpath-filepath -## 0.9.3 -- 2020-01-04+## 0.10.0 -- 2020-01-04 -* First version. Released on an unsuspecting world.+* First version. Split from 'hpath', contains only the filepath ByteString manipulation parts.
README.md view
@@ -4,6 +4,8 @@  Support for bytestring based filepath manipulation, similar to 'filepath'. +This package is part of the HPath suite, also check out [hpath](https://hackage.haskell.org/package/hpath) and [hpath-io](https://hackage.haskell.org/package/hpath-io).+ ## Motivation  This is basically a fork of [posix-paths](https://github.com/JohnLato/posix-paths), which seemed to have stalled development.
hpath-filepath.cabal view
@@ -1,5 +1,5 @@ name:                hpath-filepath-version:             0.10.0+version:             0.10.1 synopsis:            ByteString based filepath manipulation description:         ByteString based filepath manipulation, similar to 'filepath' package. This is POSIX only. -- bug-reports: