BSD-3-Clause licensed by Julian Ospald
Maintained by [email protected]
This version can be pinned in stack with:file-io-0.1.1@sha256:6d44c356e9dbca4c6e4397bce534ea15cc37183446b9ee8087bb81502b12b5de,3091

Module documentation for 0.1.1

Basic file IO operations like Prelude, but for OsPath.

Changes

Revision history for file-io

0.1.1 – 2024-01-20

  • fix a severe bug on windows, where readFile may create a missing file, wrt #14
  • fix a concurrency bug on windows with readFile, wrt #15
  • make sure to set ioe_filename in IOException wrt #17
  • Make openFile and friends exception safe wrt #8

0.1.0.2 – 2023-12-11

  • support os-string package and newer filepath

0.1.0.1 – YYYY-mm-dd

  • Don’t use creat flag when only reading files

0.1.0.0 – YYYY-mm-dd

  • First version. Released on an unsuspecting world.