hpath-io: High-level IO operations on files/directories

[ bsd3, filesystem ] [ Propose Tags ]

High-level IO operations on files/directories, utilizing type-safe Paths


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.10.0, 0.10.1, 0.11.0, 0.12.0, 0.13.0, 0.13.1, 0.13.2, 0.14.0, 0.14.1, 0.14.2 (info)
Change log CHANGELOG.md
Dependencies base (>=4.8 && <5), bytestring (>=0.10.0.0), exceptions, hpath (>=0.12 && <0.13), hpath-directory (>=0.14.2 && <0.15), hpath-posix (>=0.13.3 && <0.14), safe-exceptions (>=0.1), streamly (>=0.7), time (>=1.8), transformers, unbuildable (<0), unix (>=2.5) [details]
License BSD-3-Clause
Copyright Julian Ospald 2016
Author Julian Ospald <hasufell@posteo.de>
Maintainer Julian Ospald <hasufell@posteo.de>
Category Filesystem
Source repo head: git clone https://github.com/hasufell/hpath
Uploaded by maerwald at 2021-03-08T09:48:49Z
Distributions
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 2542 total (28 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-03-08 [all 1 reports]

Readme for hpath-io-0.14.2

[back to package description]

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.