@hackage HSH1.2.0
Library to mix shell scripting with Haskell programs
Installation
CustomDependencies (8)
- MissingH >=0.18.0
- base
- hslogger
- mtl
- regex-base
- regex-compat Show all…
Dependents (20)
@hackage/hg-buildpackage, @hackage/clean-home, @hackage/happstack-helpers, @hackage/epub-metadata, @hackage/makedo, @hackage/DPM, Show all…
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/from other shell commands and arbitrary Haskell functions at will.