Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
Julian Ospald d2f89df9b1
Fix build on GHC-7.10.3
4 лет назад
..
src/System/Posix/RawFilePath Use streamly-posix for dircontents wrt #34 4 лет назад
test Fix tests on mac 4 лет назад
CHANGELOG.md Use streamly-posix for dircontents wrt #34 4 лет назад
LICENSE Add hpath-directory 4 лет назад
README.md Add/update READMEs 4 лет назад
Setup.hs Add hpath-directory 4 лет назад
hpath-directory.cabal Fix build on GHC-7.10.3 4 лет назад

README.md

HPath-filepath

Gitter chat Hackage version Build Status Hackage-Deps

Support high-level IO operations on files/directories, utilizing ByteString as FilePaths.

This package is part of the HPath suite, also check out:

Motivation

This is basically a fork of directory, but is a complete rewrite and the API doesn’t follow the directory package.

Differences to ‘posix-paths’

  • has a custom versions of openFd which allows more control over the flags than its unix package counterpart
  • adds a getDirectoryContents' version that works on Fd