Add/update READMEs
This commit is contained in:
21
hpath-directory/README.md
Normal file
21
hpath-directory/README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# HPath-filepath
|
||||
|
||||
[](https://gitter.im/hasufell/hpath?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://hackage.haskell.org/package/hpath-directory) [](http://travis-ci.org/hasufell/hpath) [](http://packdeps.haskellers.com/feed?needle=hpath-directory)
|
||||
|
||||
Support high-level IO operations on files/directories, utilizing ByteString
|
||||
as FilePaths.
|
||||
|
||||
This package is part of the HPath suite, also check out:
|
||||
|
||||
* [hpath](https://hackage.haskell.org/package/hpath)
|
||||
* [hpath-filepath](https://hackage.haskell.org/package/hpath-filepath)
|
||||
* [hpath-io](https://hackage.haskell.org/package/hpath-io)
|
||||
|
||||
## Motivation
|
||||
|
||||
This is basically a fork of [directory](https://hackage.haskell.org/package/directory), but is a complete rewrite and the API doesn't follow the directory package.
|
||||
|
||||
## Differences to 'posix-paths'
|
||||
|
||||
* 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
|
||||
Reference in New Issue
Block a user