diff --git a/CHANGELOG b/CHANGELOG index f79ac3b..ba72ce2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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: diff --git a/README.md b/README.md index 0e56064..28caf08 100644 --- a/README.md +++ b/README.md @@ -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... diff --git a/hpath.cabal b/hpath.cabal index a0b5501..d65c045 100644 --- a/hpath.cabal +++ b/hpath.cabal @@ -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 maintainer: Julian Ospald -copyright: 2015–2016 FP Complete, Julian Ospald 2016 +copyright: Julian Ospald 2016 category: Filesystem build-type: Simple cabal-version: >=1.14