hpath/hpath-io
Julian Ospald ecb52f5217
Clean up
2020-01-26 22:40:03 +01:00
..
src/HPath Clean up 2020-01-26 22:40:03 +01:00
CHANGELOG.md Release new versions 2020-01-26 21:52:34 +01:00
LICENSE Split packages into hpath{,-io,-filepath} 2020-01-04 17:55:14 +01:00
README.md Add/update READMEs 2020-01-26 21:52:13 +01:00
Setup.hs Split packages into hpath{,-io,-filepath} 2020-01-04 17:55:14 +01:00
TODO.md Add TODO 2020-01-13 23:50:24 +01:00
hpath-io.cabal Clean up 2020-01-26 22:40:03 +01:00

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.