diff --git a/hpath-filepath/README.md b/hpath-filepath/README.md index 8b5cfb1..9f3192b 100644 --- a/hpath-filepath/README.md +++ b/hpath-filepath/README.md @@ -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. diff --git a/hpath-io/README.md b/hpath-io/README.md index 95166d4..027ac79 100644 --- a/hpath-io/README.md +++ b/hpath-io/README.md @@ -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 diff --git a/hpath/README.md b/hpath/README.md index 1dd180b..de9c917 100644 --- a/hpath/README.md +++ b/hpath/README.md @@ -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