File tree 3 files changed +10
-12
lines changed
3 files changed +10
-12
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-rc5"
18
16
19
17
- uses : actions/setup-node@v1
20
18
with :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Bugfixes:
12
12
13
13
Other improvements:
14
14
15
- ## [ v5.0.0] ( https://github.com/purescript-node/purescript-posix-types/releases/tag/v5.0.0 ) - 2021-MONTH-DAY
15
+ ## [ v5.0.0] ( https://github.com/purescript-node/purescript-posix-types/releases/tag/v5.0.0 ) - 2021-02-26
16
16
17
17
Breaking changes:
18
18
- Added support for PureScript 0.14 and dropped support for all previous versions (#31 )
Original file line number Diff line number Diff line change 9
9
],
10
10
"repository" : {
11
11
"type" : " git" ,
12
- "url" : " git ://github.com/purescript-node/purescript-node-streams.git"
12
+ "url" : " https ://github.com/purescript-node/purescript-node-streams.git"
13
13
},
14
14
"devDependencies" : {
15
- "purescript-console " : " master " ,
16
- "purescript-assert " : " master " ,
17
- "purescript-partial" : " master "
15
+ "purescript-assert " : " ^5.0.0 " ,
16
+ "purescript-console " : " ^5.0.0 " ,
17
+ "purescript-partial" : " ^3.0.0 "
18
18
},
19
19
"dependencies" : {
20
- "purescript-effect" : " master " ,
21
- "purescript-node-buffer " : " master " ,
22
- "purescript-prelude " : " master " ,
23
- "purescript-either " : " master " ,
24
- "purescript-exceptions " : " master "
20
+ "purescript-effect" : " ^3.0.0 " ,
21
+ "purescript-either " : " ^5.0.0 " ,
22
+ "purescript-exceptions " : " ^5.0.0 " ,
23
+ "purescript-node-buffer " : " ^7.0.0 " ,
24
+ "purescript-prelude " : " ^5.0.0 "
25
25
}
26
26
}
You can’t perform that action at this time.
0 commit comments