File tree Expand file tree Collapse file tree 4 files changed +12
-10
lines changed Expand file tree Collapse file tree 4 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v2
14
14
15
15
- uses : purescript-contrib/setup-purescript@main
16
+ with :
17
+ purescript : " 0.14.0-rc3"
16
18
17
19
- uses : actions/setup-node@v1
18
20
with :
Original file line number Diff line number Diff line change 12
12
"url" : " git://github.com/purescript-node/purescript-node-streams.git"
13
13
},
14
14
"devDependencies" : {
15
- "purescript-console" : " ^4.1.0 " ,
16
- "purescript-assert" : " ^4.0.0 " ,
17
- "purescript-partial" : " ^2.0.0 "
15
+ "purescript-console" : " master " ,
16
+ "purescript-assert" : " master " ,
17
+ "purescript-partial" : " master "
18
18
},
19
19
"dependencies" : {
20
- "purescript-effect" : " ^2.0.0 " ,
21
- "purescript-node-buffer" : " >=5.0.0 <7.0.0 " ,
22
- "purescript-prelude" : " ^4.0.0 " ,
23
- "purescript-either" : " ^4.0.0 " ,
24
- "purescript-exceptions" : " ^4.0.0 "
20
+ "purescript-effect" : " master " ,
21
+ "purescript-node-buffer" : " master " ,
22
+ "purescript-prelude" : " master " ,
23
+ "purescript-either" : " master " ,
24
+ "purescript-exceptions" : " master "
25
25
}
26
26
}
Original file line number Diff line number Diff line change 3
3
"scripts" : {
4
4
"clean" : " rimraf output && rimraf .pulp-cache" ,
5
5
"build" : " eslint src && pulp build -- --censor-lib --strict" ,
6
- "test" : " pulp test"
6
+ "test" : " pulp test -- --censor-lib --strict "
7
7
},
8
8
"devDependencies" : {
9
9
"eslint" : " ^7.15.0" ,
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ import Node.Encoding (Encoding)
50
50
-- |
51
51
-- | - Whether reading and/or writing from/to the stream are allowed.
52
52
-- | - Effects associated with reading/writing from/to this stream.
53
- foreign import data Stream :: # Type -> Type
53
+ foreign import data Stream :: Row Type -> Type
54
54
55
55
-- | A phantom type associated with _readable streams_.
56
56
data Read
You can’t perform that action at this time.
0 commit comments