popenhs

popenhs is a popen-like library for Haskell.

http://www.haskell.org/~petersen/haskell/popenhs/

Latest on Hackage:1.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

LicenseRef-GPL licensed by Jens-Ulrik Petersen
Maintained by Jens-Ulrik Petersen

It provides a convenient way of sending string input to a subprocess and reading output from it lazily. It requires the Posix module and has been tested under ghc5 so far.