@hackage HSH2.1.3
Library to mix shell scripting with Haskell programs
Installation
Dependencies (12)
Dependents (20)
@hackage/hg-buildpackage, @hackage/clean-home, @hackage/happstack-helpers, @hackage/epub-metadata, @hackage/makedo, @hackage/DPM, Show all…
Package Flags
buildtests
(off by default)
Build the executable to run unit tests
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