Skip to content

Commit 08fa277

Browse files
committed
Release 0.7.1
1 parent 5160978 commit 08fa277

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.7.1:
2+
* various cleanups and documentation improvements
3+
* added the following functions to System.Posix.FilePath: splitSearchPath, getSearchPath, stripExtension, makeRelative, makeValid
14
0.7.0:
25
* use 'sendfile' from 'simple-sendfile' in _copyFile and do read/write as a fallback only
36
* add isFileName, hasParentDir, hiddenFile to System.Posix.FilePath

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,17 @@ so it is forked as well and merged into this library.
4646
* uses the `word8` package for save word8 literals instead of `OverloadedStrings`
4747
* `hasTrailingPathSeparator` and `dropTrailingPathSeparator` behave in the same way as their `System.FilePath` counterpart
4848
* added various functions:
49-
* `isValid`
50-
* `normalise`
5149
* `equalFilePath`
52-
* `isFileName`
50+
* `getSearchPath`
5351
* `hasParentDir`
5452
* `hiddenFile`
53+
* `isFileName`
54+
* `isValid`
55+
* `makeRelative`
56+
* `makeValid`
57+
* `normalise`
58+
* `splitSearchPath`
59+
* `stripExtension`
5560
* has a custom versions of `openFd` which allows more control over the flags than its unix package counterpart
5661
* adds a `getDirectoryContents'` version that works on Fd
5762

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.0
2+
version: 0.7.1
33
synopsis: Support for well-typed paths
44
description: Support for well-typed paths, utilizing ByteString under the hood.
55
license: GPL-2

0 commit comments

Comments
 (0)