Portable POSIX-compatibility layer.
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.
Björn Bringert, Duncan Coutts, Jacob Stanley, Bryan O'Sullivan
Jacob Stanley <jacob@stanley.io>
BSD3
None
if !os(windows)
if (os(windows) && !flag(old-time))
if (os(windows) && (flag(old-time) && !impl(ghc <7)))
if (os(windows) && (flag(old-time) && impl(ghc <7)))
if (os(windows) && flag(old-time))
if os(windows)