You can not select more than 25 topics 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
3 年之前
..
src/System/Posix/RawFilePath Use streamly-posix for dircontents wrt #34 3 年之前
test Fix tests on mac 4 年之前
CHANGELOG.md Use streamly-posix for dircontents wrt #34 3 年之前
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 3 年之前

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