File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 3
3
/output /
4
4
/.psci *
5
5
/src /.webpack.js
6
+ .pulp-cache /
Original file line number Diff line number Diff line change 9
9
" bower_components" ,
10
10
" output"
11
11
],
12
- "repository" : {
13
- "type" : " git" ,
14
- "url" : " git://github.com/purescript-node/purescript-node-streams.git"
15
- },
12
+ "repository" : {
13
+ "type" : " git" ,
14
+ "url" : " git://github.com/purescript-node/purescript-node-streams.git"
15
+ },
16
16
"devDependencies" : {
17
17
"purescript-console" : " ^0.1.0"
18
18
},
19
19
"dependencies" : {
20
20
"purescript-eff" : " ~0.1.1" ,
21
- "purescript-node-buffer" : " ~0.1 .0" ,
21
+ "purescript-node-buffer" : " ~0.2 .0" ,
22
22
"purescript-prelude" : " ~0.1.2"
23
23
}
24
24
}
Original file line number Diff line number Diff line change 1
1
-- | This module provides a low-level wrapper for the Node Stream API.
2
2
3
- module Node.Stream
3
+ module Node.Stream
4
4
( Stream ()
5
5
, Read ()
6
6
, Readable ()
@@ -23,13 +23,13 @@ module Node.Stream
23
23
, setDefaultEncoding
24
24
, end
25
25
) where
26
-
26
+
27
27
import Prelude
28
28
29
29
import Node.Encoding
30
30
31
31
import Control.Monad.Eff
32
-
32
+
33
33
-- | A stream.
34
34
-- |
35
35
-- | The type arguments track, in order:
You can’t perform that action at this time.
0 commit comments