All Projects → kmcallister → Shqq

kmcallister / Shqq

Licence: other
Embed shell commands with interpolated Haskell variables, and capture output

Programming Languages

haskell
3896 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].