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

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

Hackage documentation generation is not reliable. For up to date documentation, please see: http://www.stackage.org/package/system-filepath.


[Skip to Readme]

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 && <4.10), bytestring (>=0.9), deepseq (>=1.1 && <1.5), 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 1 made by AndreasAbel at 2024-04-22T12:58:57Z
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 2015-04-22T13:12:06Z
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, 4107 indirect [details]
Downloads 134878 total (222 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for system-filepath-0.4.13.3

[back to package description]

system-filepath

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.