Deprecated

In favour of

system-fileio

Consistent filesystem interaction across GHC versions (deprecated)

https://github.com/fpco/haskell-filesystem

Version on this page:0.3.16.3
LTS Haskell 22.13:0.3.16.4
Stackage Nightly 2024-03-14:0.3.16.4
Latest on Hackage:0.3.16.4

See all snapshots system-fileio appears in

MIT licensed by John Millikin
Maintained by FP Complete
This version can be pinned in stack with:system-fileio-0.3.16.3@sha256:e5275ab94c607a732ce396f44a94ed0387c9ed8228fbadd306db0268383a41f7,2127

Module documentation for 0.3.16.3

Used by 7 packages in nightly-2017-10-28(full list with versions):

system-fileio

Please see deprecation announcement

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.

Changes

0.3.16.2

  • withHANDLE (Win32) now works on directories #8 #10

0.3.16.1

  • Use different path encoding on Darwin in POSIX tests #6

0.3.16

Maintenance taken over by FP Complete.