Release 0.6.0

This commit is contained in:
Julian Ospald 2016-05-10 00:45:40 +02:00
parent f841a53985
commit 456af3b1ab
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
0.6.0:
* fixes 'throwDestinationInSource' to be more reliable.
* removes some unused HPathIOException constructors
* consistently provide exception constructor identifiers
* be less harsh when non-supported file types get passed to our functions, possibly ignoring them
* minor cleanups
0.5.9:
* Adds our posix-paths fork and a lot of IO operations.
0.5.8:

View File

@ -1,5 +1,5 @@
name: hpath
version: 0.5.9
version: 0.6.0
synopsis: Support for well-typed paths
description: Support for well-typed paths, utilizing ByteString under the hood.
license: GPL-2