Bump to 0.8.1

This commit is contained in:
Julian Ospald 2018-04-06 17:22:57 +02:00
부모 0ec2cf8ca5
커밋 1c95c9f8f9
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -1,3 +1,5 @@
0.8.1
* add 'readFile', 'readFileEOF', 'writeFile' and 'appendFile'
0.8.0
* 'copyDirRecursiveOverwrite', 'copyFileOverwrite', 'easyCopyOverwrite' and 'moveFileOverwrite' have been removed, instead use the versions without the *Overwrite suffix and pass in 'Strict' (for default behavior) or 'Overwrite' as the CopyMode argument
* introduced a new 'RecursiveErrorMode' type to allow controlling recursive behavior of 'copyDirRecursive' (use 'FailEarly' for default behavior)

파일 보기

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