File tree Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v2
1414
1515 - uses : purescript-contrib/setup-purescript@main
16- with :
17- purescript : " 0.14.0-rc5"
1816
1917 - uses : actions/setup-node@v1
2018 with :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Bugfixes:
1212
1313Other improvements:
1414
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
1616
1717Breaking changes:
1818 - Added support for PureScript 0.14 and dropped support for all previous versions (#31 )
Original file line number Diff line number Diff line change 99 ],
1010 "repository" : {
1111 "type" : " git" ,
12- "url" : " git ://github.com/purescript-node/purescript-node-streams.git"
12+ "url" : " https ://github.com/purescript-node/purescript-node-streams.git"
1313 },
1414 "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 "
1818 },
1919 "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 "
2525 }
2626}
You can’t perform that action at this time.
0 commit comments