Skip to content

Commit 4d71ad0

Browse files
committed
Release 0.8.0
1 parent 92017ab commit 4d71ad0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.8.0
2+
* '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
3+
* introduced a new 'RecursiveErrorMode' type to allow controlling recursive behavior of 'copyDirRecursive' (use 'FailEarly' for default behavior)
4+
* 'createRegularFile' and 'createDir' now take FileMode as a parameter (also see 'newFilePerms' and 'newDirPerms')
5+
* various documentation fixes
6+
* improved reliability of tests
17
0.7.5:
28
* relicense to BSD3
39
0.7.3:

hpath.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: hpath
2-
version: 0.7.5
2+
version: 0.8.0
33
synopsis: Support for well-typed paths
44
description: Support for well-typed paths, utilizing ByteString under the hood.
55
license: BSD3

0 commit comments

Comments
 (0)