system-filepath: High-level, byte-based file and directory path manipulations (deprecated)

[ deprecated, library, mit, system ] [ Propose Tags ] [ Report a vulnerability ]
Deprecated in favor of filepath

High-level, byte-based file and directory path manipulations (deprecated).


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.1.1, 0.2, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.6, 0.3.7, 0.4, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.6, 0.4.7, 0.4.8, 0.4.9, 0.4.10, 0.4.11, 0.4.12, 0.4.13, 0.4.13.1, 0.4.13.2, 0.4.13.3, 0.4.13.4, 0.4.14, 0.4.14.1
Change log ChangeLog.md
Dependencies base (>=4.0 && <5), bytestring (>=0.9), deepseq (>=1.1 && <1.6), semigroups (>=0.11 && <0.19), text (>=0.11.0.6) [details]
Tested with ghc ==9.12.0, ghc ==9.10.1, ghc ==9.8.2, ghc ==9.6.6, ghc ==9.4.8, ghc ==9.2.8, ghc ==9.0.2, ghc ==8.10.7, ghc ==8.8.4, ghc ==8.6.5, ghc ==8.4.4, ghc ==8.2.2, ghc ==8.0.2
License MIT
Copyright John Millikin 2010-2012
Author John Millikin <jmillikin@gmail.com>
Maintainer https://github.com/fpco/haskell-filesystem
Category System
Home page https://github.com/fpco/haskell-filesystem
Bug tracker https://github.com/fpco/haskell-filesystem/issues
Source repo head: git clone https://github.com/fpco/haskell-filesystem.git
Uploaded by AndreasAbel at 2024-11-13T17:36:45Z
Distributions Arch:0.4.14, Debian:0.4.14, Fedora:0.4.14, FreeBSD:0.4.13.4, LTSHaskell:0.4.14.1, NixOS:0.4.14, Stackage:0.4.14.1
Reverse Dependencies 124 direct, 4170 indirect [details]
Downloads 136317 total (295 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-11-13 [all 1 reports]

Readme for system-filepath-0.4.14.1

[back to package description]

system-filepath

Legacy package (deprecated).

Provides a FilePath datatype and utility functions for operating on it. Unlike the filepath package, this package does not simply reuse String, increasing type safety.