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 270d007e40
Use streamly-posix for dircontents wrt #34
vor 4 Jahren
..
src/HPath Use streamly-posix for dircontents wrt #34 vor 4 Jahren
CHANGELOG.md Use streamly-posix for dircontents wrt #34 vor 4 Jahren
LICENSE Split packages into hpath{,-io,-filepath} vor 4 Jahren
README.md Add/update READMEs vor 4 Jahren
Setup.hs Split packages into hpath{,-io,-filepath} vor 4 Jahren
TODO.md Add TODO vor 4 Jahren
hpath-io.cabal Use streamly-posix for dircontents wrt #34 vor 4 Jahren

README.md

HPath-IO

Gitter chat Hackage version Build Status Hackage-Deps

High-level IO operations on files/directories, utilizing type-safe Paths. This uses hpath-directory under the hood.

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

Motivation

The motivation came during development of hsfm in order to have a proper high-level API of file related operations, while utilizing type-safe Paths.

Goals

  • high-level API to file operations like recursive directory copy
  • still allowing sufficient control to interact with the underlying low-level calls
  • unit-testing exceptions (because yes, people may rely on them)

Note: this library was written for posix systems and it will probably not support other systems.