Skip to content

Commit 86ab67d

Browse files
authored
Merge pull request #6 from nwolverson/0.10-updates
Bump versions
2 parents 729501f + ebc39d2 commit 86ab67d

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

bower.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
"url": "git://github.com/purescript-node/purescript-node-child-process"
88
},
99
"dependencies": {
10-
"purescript-exceptions": "^1.0.0",
11-
"purescript-foreign": "^1.0.0",
12-
"purescript-functions": "^1.0.0",
13-
"purescript-maps": "^1.1.0",
14-
"purescript-node-fs": "^2.0.0",
15-
"purescript-node-streams": "^1.0.0",
16-
"purescript-nullable": "^1.0.1",
17-
"purescript-posix-types": "^1.0.0",
18-
"purescript-unsafe-coerce": "^1.0.0"
10+
"purescript-exceptions": "^2.0.0",
11+
"purescript-foreign": "^3.0.0",
12+
"purescript-functions": "^2.0.0",
13+
"purescript-maps": "^2.0.0",
14+
"purescript-node-fs": "^3.0.0",
15+
"purescript-node-streams": "^2.0.0",
16+
"purescript-nullable": "^2.0.0",
17+
"purescript-posix-types": "^2.0.0",
18+
"purescript-unsafe-coerce": "^2.0.0"
1919
},
2020
"devDependencies": {
21-
"purescript-console": "^1.0.0"
21+
"purescript-console": "^2.0.0"
2222
}
2323
}

src/Node/ChildProcess.purs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ module Node.ChildProcess
4848
import Prelude
4949

5050
import Control.Alt ((<|>))
51-
import Control.Bind ((>=>))
5251
import Control.Monad.Eff (Eff())
5352
import Control.Monad.Eff.Exception as Exception
5453
import Control.Monad.Eff.Exception.Unsafe (unsafeThrow)

0 commit comments

Comments
 (0)