filepath-bytestring: Library for manipulating RawFilePaths in a cross platform way.
This package provides functionality for manipulating RawFilePath
values. It can be used as a drop in replacement for the filepath library
to get the benefits of using ByteStrings. It provides three modules:
System.FilePath.Posix.ByteString manipulates POSIX/Linux style
RawFilePath
values (with/
as the path separator).System.FilePath.Windows.ByteString manipulates Windows style
RawFilePath
values (with either\
or/
as the path separator, and deals with drives).System.FilePath.ByteString is an alias for the module appropriate to your platform.
All three modules provide the same API, and the same documentation (calling out differences in the different variants).
This package is now deprecated, since filepath 1.4.100.0 provides an OsPath type that is based on a bytestring. See https:/hasufell.github.ioposts/2022-06-29-fixing-haskell-filepaths.html
[Skip to Readme]
Downloads
- filepath-bytestring-1.4.2.1.11.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 1.4.2.1.0, 1.4.2.1.1, 1.4.2.1.2, 1.4.2.1.3, 1.4.2.1.4, 1.4.2.1.5, 1.4.2.1.6, 1.4.2.1.7, 1.4.2.1.8, 1.4.2.1.9, 1.4.2.1.10, 1.4.2.1.11, 1.4.2.1.12, 1.4.2.1.13, 1.4.100.3.1, 1.4.100.3.2, 1.5.2.0.0, 1.5.2.0.1, 1.5.2.0.2 |
---|---|
Change log | CHANGELOG |
Dependencies | base (>=4 && <4.18), bytestring (>=0.11.2.0), unix, utf8-string [details] |
License | BSD-3-Clause |
Copyright | Neil Mitchell 2005-2019 Joey Hess 2019-2021 |
Author | Neil Mitchell <ndmitchell@gmail.com> |
Maintainer | Joey Hess <id@joeyh.name> |
Revised | Revision 1 made by AndreasAbel at 2022-10-20T06:40:45Z |
Category | System |
Source repo | head: git clone git://git.joeyh.name/haskell-filepath-bytestring.git |
Uploaded | by JoeyHess at 2022-07-23T16:42:02Z |
Distributions | Arch:1.4.2.1.13, Debian:1.4.2.1.6, Fedora:1.4.2.1.13, NixOS:1.4.100.3.2, Stackage:1.5.2.0.2, openSUSE:1.4.100.3.2 |
Reverse Dependencies | 8 direct, 0 indirect [details] |
Downloads | 8710 total (28 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2022-07-23 [all 1 reports] |