v0.4.0
- Breaking change:
SpawnOptions
now uses theUid
andGid
types frompurescript-posix-types
for itsuid
andgid
options, instead ofInt
.
- Additions:
- Added
exec
.
- Added
SpawnOptions
now uses the Uid
and Gid
types from purescript-posix-types
for its uid
and gid
options, instead of Int
.exec
.