More README updates.

This commit is contained in:
Julian Ospald 2020-01-04 21:48:27 +01:00
parent 0ae398df39
commit 3b6eb46dc9
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
3 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -4,6 +4,8 @@
High-level IO operations on files/directories, utilizing type-safe Paths.
This package is part of the HPath suite, also check out [hpath](https://hackage.haskell.org/package/hpath) and [hpath-filepath](https://hackage.haskell.org/package/hpath-filepath).
## Motivation
The motivation came during development of

View File

@ -4,6 +4,8 @@
Support for well-typed paths in Haskell.
This package is part of the HPath suite, also check out [hpath-filepath](https://hackage.haskell.org/package/hpath-filepath) and [hpath-io](https://hackage.haskell.org/package/hpath-io).
## Motivation
The motivation came during development of