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 4 Jahren
..
src/System/Posix/RawFilePath Use streamly-posix for dircontents wrt #34 vor 4 Jahren
test Fix tests on mac vor 4 Jahren
CHANGELOG.md Use streamly-posix for dircontents wrt #34 vor 4 Jahren
LICENSE Add hpath-directory vor 4 Jahren
README.md Add/update READMEs vor 4 Jahren
Setup.hs Add hpath-directory vor 4 Jahren
hpath-directory.cabal Fix build on GHC-7.10.3 vor 4 Jahren

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