Release 0.5.9

This commit is contained in:
2016-05-09 17:37:33 +02:00
parent f27becc4df
commit 9a4fd00710
3 changed files with 11 additions and 2 deletions

View File

@@ -19,6 +19,13 @@ Similarly, [posix-paths](https://github.com/JohnLato/posix-paths)
was exactly what I wanted for the low-level operations, but upstream seems dead,
so it is forked as well and merged into this library.
## Goals
* well-typed paths
* high-level API to file operations like recursive directory copy
* safe filepath manipulation, never using String as filepath, but ByteString
* still allowing sufficient control to interact with the underlying low-level calls
## Differences to 'path'
* doesn't attempt to fake IO-related information into the path, so whether a path points to a file or directory is up to your IO-code to decide...