Releases: purescript-node/purescript-node-child-process
Releases · purescript-node/purescript-node-child-process
v4.0.0
Updates for 0.11 compiler
v3.0.1
- Fixed shadowed name warning
v1.0.0
Updates for 0.9.1 compiler and 1.0 core libraries.
v0.6.0
Bump dependencies (purescript-node-streams
-> v0.4.0).
v0.5.0
- Bump dependencies (
node-fs
-> ~0.10.0
)
v0.4.2
- Fix
Node_ChildProcess.fork is not a function
errors when calling Node.ChildProcess.fork
- Fix unused import warnings
v0.4.1
- Fix
onError
never firing. Oops.