diff --git a/hpath-directory/CHANGELOG.md b/hpath-directory/CHANGELOG.md index 8ddb7b7..d5b6f37 100644 --- a/hpath-directory/CHANGELOG.md +++ b/hpath-directory/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for hpath-directory +## 0.13.3 -- 2020-04-14 + +* Fix tests on mac + ## 0.13.2 -- 2020-02-17 * Fix bug in `createDirRecursive` with trailing path separators diff --git a/hpath-directory/hpath-directory.cabal b/hpath-directory/hpath-directory.cabal index 9b3f21d..58e27ec 100644 --- a/hpath-directory/hpath-directory.cabal +++ b/hpath-directory/hpath-directory.cabal @@ -1,7 +1,7 @@ cabal-version: >=1.10 name: hpath-directory -version: 0.13.2 +version: 0.13.3 synopsis: Alternative to 'directory' package with ByteString based filepaths description: This provides a safer alternative to the 'directory' package. FilePaths are ByteString based, so this