No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
Julian Ospald d2f89df9b1
Fix build on GHC-7.10.3
hace 3 años
hpath Improve documentation hace 4 años
hpath-directory Fix build on GHC-7.10.3 hace 3 años
hpath-filepath Release new versions hace 4 años
hpath-io Use streamly-posix for dircontents wrt #34 hace 3 años
hpath-posix Release hpath-posix-0.13.2 hace 4 años
.gitignore Update .gitignore hace 4 años
.travis.yml Update travis hace 4 años
README.md Spelling hace 4 años
cabal.project Split hpath-directory into hpath-posix hace 4 años

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: High-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
  • Hackage version hpath-posix: Some low-level POSIX glue code that is not in ‘unix’