From b603f72407294a0ca5c57b2378870c1a615998c4 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 29 May 2016 17:47:22 +0200 Subject: [PATCH] Release 0.7.2 --- CHANGELOG | 3 +++ hpath.cabal | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 4d8513a..92d0b04 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +0.7.2: + * fix tests, so they work with the sdist tarball too + * added the following function to HPath.IO: createSymlink 0.7.1: * various cleanups and documentation improvements * added the following functions to System.Posix.FilePath: splitSearchPath, getSearchPath, stripExtension, makeRelative, makeValid diff --git a/hpath.cabal b/hpath.cabal index 786b485..ec8b864 100644 --- a/hpath.cabal +++ b/hpath.cabal @@ -1,5 +1,5 @@ name: hpath -version: 0.7.1 +version: 0.7.2 synopsis: Support for well-typed paths description: Support for well-typed paths, utilizing ByteString under the hood. license: GPL-2