@hackage shqq0.1
Embed shell commands with interpolated Haskell variables, and capture output
Categories
License
BSD-3-Clause
Maintainer
Keegan McAllister <mcallister.keegan@gmail.com>
Links
Versions
- 0.1 Mon, 10 Oct 2011
Installation
Dependencies (6)
- base >=3 && <5
- parsec >=3.1
- posix-escape >=0.1
- process >=1.1
- template-haskell >=2.3
- unix Show all…
Dependents (1)
@hackage/acme-everything
This library provides a quasiquoter for executing shell commands in Haskell, somewhat similar to Perl's backtick operator. Shell commands are IO actions, and they capture the command's standard output as a String result. You can also interpolate Haskell variables into a command.
Documentation is hosted at http://hackage.haskell.org/package/shqq
To build the documentation yourself, run
$ cabal configure && cabal haddock --hyperlink-source
This will produce HTML documentation under dist/doc/html/shqq