@hackage / HSH

Library to mix shell scripting with Haskell programs

Latest2.1.3

About

Metadata

  • Last updated , by JohnGoerzen
  • License LicenseRef-LGPL
  • Categories Systems Programming
  • Maintained by: John Goerzen <jgoerzen@complete.org>

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    buildtests (off by default)

    Build the executable to run unit tests

Readme

HSH is designed to let you mix and match shell expressions with Haskell programs. With HSH, it is possible to easily run shell commands, capture their output or provide their input, and pipe them to and from other shell commands and arbitrary Haskell functions at will. Category: System