Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
Julian Ospald d2f89df9b1
Fix build on GHC-7.10.3
vor 3 Jahren
hpath Improve documentation vor 4 Jahren
hpath-directory Fix build on GHC-7.10.3 vor 3 Jahren
hpath-filepath Release new versions vor 4 Jahren
hpath-io Use streamly-posix for dircontents wrt #34 vor 3 Jahren
hpath-posix Release hpath-posix-0.13.2 vor 4 Jahren
.gitignore Update .gitignore vor 4 Jahren
.travis.yml Update travis vor 4 Jahren
README.md Spelling vor 4 Jahren
cabal.project Split hpath-directory into hpath-posix vor 4 Jahren

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’