@hackage / shellmate

Simple interface for shell scripting in Haskell.

Latest0.3.4.3

About

Metadata

  • Last updated , by AntonEkblad
  • License BSD-3-Clause
  • Categories Systems Programming
  • Maintained by: anton@ekblad.cc

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    with-posix (off by default)

    Build the POSIX-specific Control.Shell.Posix module even when on Windows. This requires a POSIX compatibility layer such as Cygwin.

Readme

Monadic EDSL for writing cross-platform shell scripts in Haskell. Note that programs using shellmate should be built with the -threaded flag to avoid deadlocks.