Release 0.5.9
This commit is contained in:
parent
f27becc4df
commit
9a4fd00710
@ -1,3 +1,5 @@
|
|||||||
|
0.5.9:
|
||||||
|
* Adds our posix-paths fork and a lot of IO operations.
|
||||||
0.5.8:
|
0.5.8:
|
||||||
* First version of the fork.
|
* First version of the fork.
|
||||||
0.5.7:
|
0.5.7:
|
||||||
|
@ -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,
|
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.
|
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'
|
## 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...
|
* 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...
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
name: hpath
|
name: hpath
|
||||||
version: 0.5.8
|
version: 0.5.9
|
||||||
synopsis: Support for well-typed paths
|
synopsis: Support for well-typed paths
|
||||||
description: Support for will-typed paths.
|
description: Support for will-typed paths.
|
||||||
license: GPL-2
|
license: GPL-2
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Julian Ospald <hasufell@posteo.de>
|
author: Julian Ospald <hasufell@posteo.de>
|
||||||
maintainer: Julian Ospald <hasufell@posteo.de>
|
maintainer: Julian Ospald <hasufell@posteo.de>
|
||||||
copyright: 2015–2016 FP Complete, Julian Ospald 2016
|
copyright: Julian Ospald 2016
|
||||||
category: Filesystem
|
category: Filesystem
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
cabal-version: >=1.14
|
cabal-version: >=1.14
|
||||||
|
Loading…
Reference in New Issue
Block a user