Skip to content

Commit 75f4d21

Browse files
committed
Updated events.
1 parent 092fbb0 commit 75f4d21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"description": "PureScript bindings to child_process.",
55
"license": "MIT",
66
"dependencies": {
7-
"purescript-node-events": "~0.0.5"
7+
"purescript-events": "joneshf/purescript-events#~0.1.2"
88
}
99
}

src/Node/ChildProcess.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module Node.ChildProcess where
22

3+
import Control.Events (Event(..), EventEmitter)
34
import Control.Monad.Eff (Eff())
45

56
import Data.Function (Fn0(), Fn1(), Fn2())
67

78
import Node.ChildProcess.Signal (Signal(..))
8-
import Node.Events (Event(..), EventEmitter)
99

1010
foreign import data Handle :: *
1111
foreign import data Spawn :: !

0 commit comments

Comments
 (0)