Release 0.7.1
This commit is contained in:
parent
51609781b2
commit
08fa277b31
@ -1,3 +1,6 @@
|
|||||||
|
0.7.1:
|
||||||
|
* various cleanups and documentation improvements
|
||||||
|
* added the following functions to System.Posix.FilePath: splitSearchPath, getSearchPath, stripExtension, makeRelative, makeValid
|
||||||
0.7.0:
|
0.7.0:
|
||||||
* use 'sendfile' from 'simple-sendfile' in _copyFile and do read/write as a fallback only
|
* use 'sendfile' from 'simple-sendfile' in _copyFile and do read/write as a fallback only
|
||||||
* add isFileName, hasParentDir, hiddenFile to System.Posix.FilePath
|
* add isFileName, hasParentDir, hiddenFile to System.Posix.FilePath
|
||||||
|
11
README.md
11
README.md
@ -46,12 +46,17 @@ so it is forked as well and merged into this library.
|
|||||||
* uses the `word8` package for save word8 literals instead of `OverloadedStrings`
|
* uses the `word8` package for save word8 literals instead of `OverloadedStrings`
|
||||||
* `hasTrailingPathSeparator` and `dropTrailingPathSeparator` behave in the same way as their `System.FilePath` counterpart
|
* `hasTrailingPathSeparator` and `dropTrailingPathSeparator` behave in the same way as their `System.FilePath` counterpart
|
||||||
* added various functions:
|
* added various functions:
|
||||||
* `isValid`
|
|
||||||
* `normalise`
|
|
||||||
* `equalFilePath`
|
* `equalFilePath`
|
||||||
* `isFileName`
|
* `getSearchPath`
|
||||||
* `hasParentDir`
|
* `hasParentDir`
|
||||||
* `hiddenFile`
|
* `hiddenFile`
|
||||||
|
* `isFileName`
|
||||||
|
* `isValid`
|
||||||
|
* `makeRelative`
|
||||||
|
* `makeValid`
|
||||||
|
* `normalise`
|
||||||
|
* `splitSearchPath`
|
||||||
|
* `stripExtension`
|
||||||
* has a custom versions of `openFd` which allows more control over the flags than its unix package counterpart
|
* has a custom versions of `openFd` which allows more control over the flags than its unix package counterpart
|
||||||
* adds a `getDirectoryContents'` version that works on Fd
|
* adds a `getDirectoryContents'` version that works on Fd
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: hpath
|
name: hpath
|
||||||
version: 0.7.0
|
version: 0.7.1
|
||||||
synopsis: Support for well-typed paths
|
synopsis: Support for well-typed paths
|
||||||
description: Support for well-typed paths, utilizing ByteString under the hood.
|
description: Support for well-typed paths, utilizing ByteString under the hood.
|
||||||
license: GPL-2
|
license: GPL-2
|
||||||
|
Loading…
Reference in New Issue
Block a user