BSD-3-Clause licensed by Björn Bringert, Duncan Coutts, Jacob Stanley, Bryan O'Sullivan
Maintained by https://github.com/haskell-pkg-janitors
This version can be pinned in stack with:unix-compat-0.7.2@sha256:e8487ff5ace1fba28808cd3c9eae38726690de6055a781156bbe68252b1de3c8,3226

This package provides portable implementations of parts of the unix package. This package re-exports the unix package when available. When it isn't available, portable implementations are used.

Changes

Version 0.7.2 (2024-06-25)

  • Remove flag old-time and drop support for old-time.
  • Remove support for GHC 7.
  • Tested with GHC 8.0 - 9.10.

Version 0.7.1 (2023-12-06) Santa Clause edition

  • Add System.PosixCompat.Process module, exporting getProcessID.

Version 0.7 (2023-03-15)

  • Remove System.PosixCompat.User module.

Version 0.6 (2022-05-22)

  • Better support for symbolic links.