We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092fbb0 commit 75f4d21Copy full SHA for 75f4d21
bower.json
@@ -4,6 +4,6 @@
4
"description": "PureScript bindings to child_process.",
5
"license": "MIT",
6
"dependencies": {
7
- "purescript-node-events": "~0.0.5"
+ "purescript-events": "joneshf/purescript-events#~0.1.2"
8
}
9
src/Node/ChildProcess.purs
@@ -1,11 +1,11 @@
1
module Node.ChildProcess where
2
3
+ import Control.Events (Event(..), EventEmitter)
import Control.Monad.Eff (Eff())
import Data.Function (Fn0(), Fn1(), Fn2())
import Node.ChildProcess.Signal (Signal(..))
- import Node.Events (Event(..), EventEmitter)
10
foreign import data Handle :: *
11
foreign import data Spawn :: !
0 commit comments