Skip to content

Commit

Permalink
Bump to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Apr 6, 2018
1 parent 0ec2cf8 commit 1c95c9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion hpath.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1c95c9f

Please sign in to comment.