@hackage popenhs1.0.0

popenhs is a popen-like library for Haskell.

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.