@hackage system-fileio0.3.16.2
Consistent filesystem interaction across GHC versions
Categories
License
MIT
Maintainer
FP Complete <michael@fpcomplete.com>
Links
Versions
Deprecated
Dependencies (8)
- Win32 >=2.2
- base >=4.0 && <5.0
- 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
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.