Bump to 0.9.0

This commit is contained in:
Julian Ospald 2018-04-11 01:12:12 +02:00
parent 672875f48f
commit 10662ee803
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
0.9.0
* don't force "Path Abs" anymore in IO module, abstract more over Path types
* add 'toAbs'
0.8.1
* add 'readFile', 'readFileEOF', 'writeFile' and 'appendFile'
0.8.0

View File

@ -1,5 +1,5 @@
name: hpath
version: 0.8.1
version: 0.9.0
synopsis: Support for well-typed paths
description: Support for well-typed paths, utilizing ByteString under the hood.
license: BSD3