system-fileio: Consistent filesystem interaction across GHC versions

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

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


[Skip to Readme]

Modules

[Index]

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.2.1, 0.2.2, 0.2.2.1, 0.2.3, 0.2.4, 0.2.5, 0.2.6, 0.2.7, 0.3, 0.3.1, 0.3.2, 0.3.2.1, 0.3.3, 0.3.4, 0.3.5, 0.3.6, 0.3.7, 0.3.8, 0.3.9, 0.3.10, 0.3.11, 0.3.12, 0.3.13, 0.3.14, 0.3.15, 0.3.16, 0.3.16.1, 0.3.16.2, 0.3.16.3, 0.3.16.4
Change log ChangeLog.md
Dependencies base (>=4.0 && <5.0), bytestring (>=0.9), directory (>=1.0), system-filepath (>=0.3.1 && <0.5), text (>=0.7.1), time (>=1.0 && <2.0), unix (>=2.3), Win32 (>=2.2) [details]
License MIT
Author John Millikin <jmillikin@gmail.com>
Maintainer FP Complete <michael@fpcomplete.com>
Revised Revision 1 made by MichaelSnoyman at 2014-12-17T05:47:34Z
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 2014-12-17T05:46:43Z
Distributions Arch:0.3.16.4, Debian:0.3.16.4, Fedora:0.3.16.4, FreeBSD:0.3.16.3, LTSHaskell:0.3.16.4, Stackage:0.3.16.4
Reverse Dependencies 59 direct, 3801 indirect [details]
Downloads 102237 total (81 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2014-12-21 [all 1 reports]

Readme for system-fileio-0.3.16

[back to package description]

system-fileio

This is a small wrapper around the directory, unix, and Win32 packages, for use with system-filepath. It provides a consistent API to the various versions of these packages distributed with different versions of GHC.

In particular, this library supports working with POSIX files that have paths which can't be decoded in the current locale encoding.