From 014d78e0556444253cc34a97f4d90925cba28f39 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 14 Apr 2020 23:49:39 +0200 Subject: [PATCH] Bump hpath-directory to 0.13.3 --- hpath-directory/CHANGELOG.md | 4 ++++ hpath-directory/hpath-directory.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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