• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/H05-Sep-2018-1,190742

tests/H18-Jan-2018-980761

ChangeLog.mdH A D05-Sep-2018484 189

README.mdH A D18-Jan-2018475 128

Setup.hsH A D18-Jan-201846 32

system-fileio.cabalH A D05-Sep-20182.1 KiB9278

README.md

1## system-fileio
2
3Please see [deprecation announcement](https://plus.google.com/+MichaelSnoyman/posts/Ft5hnPqpgEx)
4
5This is a small wrapper around the `directory`, `unix`, and `Win32`
6packages, for use with `system-filepath`. It provides a consistent API
7to the various versions of these packages distributed with different
8versions of GHC.
9
10In particular, this library supports working with POSIX files that have
11paths which can't be decoded in the current locale encoding.
12