unix-compat-0.5.3

Synopsis

Portable POSIX-compatibility layer.

Description

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.

Author

Björn Bringert, Duncan Coutts, Jacob Stanley, Bryan O'Sullivan

Maintainer

Jacob Stanley <jacob@stanley.io>

License

BSD3

Source
Timestamp

Revisions

None

Dependencies
library unix-compat:
  • ["base >=4 && <5"]

if !os(windows)

  • unix >=2.6 && <2.8

if (os(windows) && !flag(old-time))

  • time >=1.0 && <1.10
  • directory >=1.2 && <1.4

if (os(windows) && (flag(old-time) && !impl(ghc <7)))

  • directory >=1.1 && <1.2

if (os(windows) && (flag(old-time) && impl(ghc <7)))

  • directory >=1.0 && <1.1

if (os(windows) && flag(old-time))

  • old-time >=1.0.0.0 && <1.2.0.0

if os(windows)

  • Win32 >=2.5.0.0 && <2.12