File: README.md

package info (click to toggle)
haskell-system-fileio 0.3.16.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 160 kB
  • sloc: haskell: 1,327; ansic: 155; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
## system-fileio

Please see [deprecation announcement](https://plus.google.com/+MichaelSnoyman/posts/Ft5hnPqpgEx)

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.