You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Julian Ospald 4df7e02e27
Bump streamly-bytestring >= 0.1.0.1 for older GHCs
3 years ago
hpath Add/update READMEs 3 years ago
hpath-directory Bump streamly-bytestring >= 0.1.0.1 for older GHCs 3 years ago
hpath-filepath Release new versions 3 years ago
hpath-io Clean up 3 years ago
.gitignore Update .gitignore 3 years ago
.travis.yml Split packages into hpath{,-io,-filepath} 3 years ago
README.md Add/update READMEs 3 years ago
cabal.project Add hpath-directory 3 years ago

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-directory: Hhigh-level IO operations for files/directories on raw ByteString filepaths (use hpath-io for the type-safe path version)
  • Hackage version hpath-io: High-level IO operations for files/directories utilizing type-safe Path