[Haskell-cafe] Expect module?

Neil Mitchell ndmitchell at gmail.com
Mon Jan 19 03:47:08 EST 2009


Hi Erik,

> Is there a Haskell-Expect module? Something that would allow me to
> control an external Unix program via its stdin/stdout/stderr?

System.Process does what you want, I think:

http://hackage.haskell.org/packages/archive/process/1.0.1.1/doc/html/System-Process.html

Thanks

Neil


More information about the Haskell-Cafe mailing list