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
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to