Release 0.5.9

This commit is contained in:
Julian Ospald 2016-05-09 17:37:33 +02:00
parent f27becc4df
commit 9a4fd00710
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,5 @@
0.5.9:
* Adds our posix-paths fork and a lot of IO operations.
0.5.8:
* First version of the fork.
0.5.7:

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...

View File

@ -1,12 +1,12 @@
name: hpath
version: 0.5.8
version: 0.5.9
synopsis: Support for well-typed paths
description: Support for will-typed paths.
license: GPL-2
license-file: LICENSE
author: Julian Ospald <hasufell@posteo.de>
maintainer: Julian Ospald <hasufell@posteo.de>
copyright: 20152016 FP Complete, Julian Ospald 2016
copyright: Julian Ospald 2016
category: Filesystem
build-type: Simple
cabal-version: >=1.14