About

Metadata

  • Last updated , by tomjaguarpaw
  • License BSD-3-Clause
  • Categories Systems Programming
  • Maintained by: libraries@haskell.org

  • Lottery factor: 4

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    os-string (off by default)

    Use the new os-string package

Readme

This package contains libraries for dealing with system processes.

The typed-process package is a more recent take on a process API, which uses this package internally. It features better binary support, easier concurrency, and a more composable API. You can read more about it at https://github.com/fpco/typed-process/#readme.