25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Julian Ospald d2f89df9b1
Fix build on GHC-7.10.3
4 년 전
hpath Improve documentation 4 년 전
hpath-directory Fix build on GHC-7.10.3 4 년 전
hpath-filepath Release new versions 4 년 전
hpath-io Use streamly-posix for dircontents wrt #34 4 년 전
hpath-posix Release hpath-posix-0.13.2 4 년 전
.gitignore Update .gitignore 4 년 전
.travis.yml Update travis 4 년 전
README.md Spelling 4 년 전
cabal.project Split hpath-directory into hpath-posix 4 년 전

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’