Go to file
Julian Ospald 1d00ae469d
Make hpath-io use hpath-directory
2020-01-26 21:52:08 +01:00
hpath Bump versions 2020-01-20 20:19:45 +01:00
hpath-directory Set hpath-directory version to 0.13.0 2020-01-26 21:48:26 +01:00
hpath-filepath Add takeAllParents 2020-01-26 20:40:37 +01:00
hpath-io Make hpath-io use hpath-directory 2020-01-26 21:52:08 +01:00
.gitignore Update .gitignore 2019-12-30 14:34:57 +01:00
.travis.yml Split packages into hpath{,-io,-filepath} 2020-01-04 17:55:14 +01:00
README.md Improve README 2020-01-04 19:58:20 +01:00
cabal.project Add hpath-directory 2020-01-26 20:40:37 +01:00

README.md

HPath libraries

Gitter chat Build Status

Set of libraries to deal with filepaths and files.

Motivation

  • filepaths should be type-safe (absolute, relative, ...)
  • filepaths should be ByteString under the hood, see Abstract FilePath Proposal (AFPP)
  • file high-level operations should be platform-specific, exception-stable, safe and as atomic as possible

Projects

  • Hackage version hpath: Support for well-typed paths
  • Hackage version hpath-filepath: ByteString based filepath manipulation (can be used without hpath)
  • Hackage version hpath-io: high-level file API (recursive copy, writeFile etc.) using hpath