@hackage hpath-directory0.14.2.2
Alternative to 'directory' package with ByteString based filepaths
Categories
License
BSD-3-Clause
Maintainer
Julian Ospald <hasufell@posteo.de>
Links
Versions
Installation
Tested Compilers
Dependencies (16)
- IfElse
- base >=4.8 && <5
- bytestring >=0.10
- exceptions >=0.10
- fail >=4.9
- hpath-filepath >=0.10.4 Show all…
Dependents (3)
@hackage/ghcup, @hackage/hpath-io, @hackage/tar-bytestring
This provides a safer alternative to the directory
package. FilePaths are ByteString based, so this
package only works on POSIX systems.
For a more high-level version of this with
proper Path type, use 'hpath-io', which makes
use of this package.