Go to file
Julian Ospald d0c3a2c9a7
Fix build with older GHCs
2020-01-04 18:14:52 +01:00
hpath Pin dependencies 2020-01-04 18:06:06 +01:00
hpath-filepath Bump versions to 0.10.0 due to API break 2020-01-04 17:56:40 +01:00
hpath-io Fix build with older GHCs 2020-01-04 18:14:52 +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 Split packages into hpath{,-io,-filepath} 2020-01-04 17:55:14 +01:00
cabal.project Set proper optimisation for streamly 2020-01-04 17:55:58 +01:00

README.md

HPath libraries

Gitter chat

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

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