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

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

Downloads

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

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No 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
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]
License MIT
Copyright John Millikin 2010-2012
Author John Millikin <jmillikin@gmail.com>
Maintainer FP Complete <michael@fpcomplete.com>
Revised Revision 2 made by AndreasAbel at 2023-10-23T20:18:25Z
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 MichaelSnoyman at 2018-01-18T15:29:20Z
Distributions Arch:0.4.14, Debian:0.4.14, Fedora:0.4.14, FreeBSD:0.4.13.4, LTSHaskell:0.4.14, NixOS:0.4.14, Stackage:0.4.14
Reverse Dependencies 123 direct, 4106 indirect [details]
Downloads 134867 total (220 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-01-18 [all 1 reports]

Readme for system-filepath-0.4.14

[back to package description]

system-filepath

Please see deprecation announcement

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.