Description
POSIX system functionality can be used from Haskell projects that need the backported Unix library interface.
It is useful for packages supporting older compiler ecosystems while working with files, processes, permissions, signals, or other Unix-like behavior. Code using POSIX APIs may behave differently across platforms, so test target systems explicitly.