Go to file
Julian Ospald 0ae398df39
Update CHANGELOGs
2020-01-04 20:14:25 +01:00
hpath Update CHANGELOGs 2020-01-04 20:14:25 +01:00
hpath-filepath Update CHANGELOGs 2020-01-04 20:14:25 +01:00
hpath-io Update CHANGELOGs 2020-01-04 20:14:25 +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 Set proper optimisation for streamly 2020-01-04 17:55:58 +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