v0.3.0
- Use purescript-posix-types
- Fix a bug where
kill
,connected
, andsend
would perform the effects too early - Modify type names to avoid repeating the module name:
ChildProcessExit
->Exit
, andChildProcessError
->Error
.
kill
, connected
, and send
would perform the effects too earlyChildProcessExit
-> Exit
, and ChildProcessError
-> Error
.