Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
Julian Ospald e1f302b4a6
Split hpath-directory into hpath-posix
pirms 4 gadiem
hpath Add/update READMEs pirms 4 gadiem
hpath-directory Split hpath-directory into hpath-posix pirms 4 gadiem
hpath-filepath Release new versions pirms 4 gadiem
hpath-io Clean up pirms 4 gadiem
hpath-posix Split hpath-directory into hpath-posix pirms 4 gadiem
.gitignore Update .gitignore pirms 4 gadiem
.travis.yml Split packages into hpath{,-io,-filepath} pirms 4 gadiem
README.md Split hpath-directory into hpath-posix pirms 4 gadiem
cabal.project Split hpath-directory into hpath-posix pirms 4 gadiem

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