Changelog for reflex-process-0.2.0.0
Revision history for reflex-process
0.2.0.0
- Breaking change: Generalise input and output parameters of createRedirectedProcess. Existing programs should replace
Process twithProcess t ByteString ByteStringandProcessConfig twithProcessConfig t ByteString.
0.1.0.1
- Loosen reflex-vty version bounds
0.1.0.0
- Initial release. The core of the interface is
Reflex.Process.createProcess, which runs aSystem.Process.CreateProcesscommand, takingEvents of input and producingEvents of output.