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

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

Downloads

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.0), 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>
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-05-12T08:02:36Z
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, 4099 indirect [details]
Downloads 134669 total (182 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-05-12 [all 1 reports]

Readme for system-filepath-0.4.13.4

[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.