@hackage hpath-filepath0.10.4
ByteString based filepath manipulation
Categories
License
BSD-3-Clause
Maintainer
Julian Ospald <hasufell@posteo.de>
Links
Versions
Installation
Tested Compilers
Dependencies (4)
- base >=4.8 && <5
- bytestring >=0.10.0.0
- unix >=2.5
- word8 Show all…
Dependents (6)
@hackage/hpath-posix, @hackage/ghcup, @hackage/hpath-directory, @hackage/hpath-io, @hackage/hpath, @hackage/tar-bytestring
HPath-filepath
Support for bytestring based filepath manipulation, similar to 'filepath'.
This package is part of the HPath suite, also check out:
Motivation
This is basically a fork of posix-paths, which seemed to have stalled development.
There is also a similar library filepath-bytestring, but it doesn't follow an open development model and is cross-platform, which this library is not interested in.
Differences to 'posix-paths'
- uses the
word8package for save word8 literals instead ofOverloadedStrings hasTrailingPathSeparatoranddropTrailingPathSeparatorbehave in the same way as theirSystem.FilePathcounterpart- has some additional functions
Differences to 'filepath-bytestring'
- uses the
word8package for save word8 literals instead ofOverloadedStrings - is not cross-platform (less odd code to maintain)
- has some additional functions
