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.100.3.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
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 |
---|---|
Change log | CHANGELOG |
Dependencies | base (>=4 && <4.19), 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> |
Category | System |
Source repo | head: git clone git://git.joeyh.name/haskell-filepath-bytestring.git |
Uploaded | by JoeyHess at 2024-07-29T23:36:19Z |
Distributions | Arch:1.4.2.1.13, Debian:1.4.2.1.6, Fedora:1.4.2.1.13, LTSHaskell:1.4.100.3.2, NixOS:1.4.2.1.13, openSUSE:1.4.100.3.2 |
Reverse Dependencies | 8 direct, 0 indirect [details] |
Downloads | 8191 total (153 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2024-07-30 [all 1 reports] |