Skip to content

kmcallister/shqq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Embed shell commands with interpolated Haskell variables, and capture output

Resources

License

Stars

Watchers

Forks

Packages

No packages published