Release 0.7.2

This commit is contained in:
Julian Ospald 2016-05-29 17:47:22 +02:00
parent 98ca6c5d86
commit b603f72407
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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