@hackage system-fileio0.3.16.7
Consistent filesystem interaction across GHC versions (deprecated)
Categories
License
MIT
Maintainer
https://github.com/fpco/haskell-filesystem
Links
Versions
Deprecated
Tested Compilers
Dependencies (8)
- Win32 >=2.2
- base >=4.0 && <5
- bytestring >=0.9
- directory >=1.0
- system-filepath >=0.3.1 && <0.5
- text >=0.7.1 Show all…
Dependents (103)
@hackage/anansi, @hackage/gitlib-cmdline, @hackage/acid-state, @hackage/blacktip, @hackage/haskell-overridez, @hackage/watcher, Show all…
system-fileio
Legacy package (deprecated).
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.