File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Expand file tree Collapse file tree 3 files changed +9
-11
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- ## [ v8.0.0] ( https://github.com/purescript-node/purescript-node-process/releases/tag/v8.0.0 ) - 2021-MONTH-DAY
15+ ## [ v8.0.0] ( https://github.com/purescript-node/purescript-node-process/releases/tag/v8.0.0 ) - 2021-02-26
1616
1717Breaking changes:
1818 - Added support for PureScript 0.14 and dropped support for all previous versions (#24 )
Original file line number Diff line number Diff line change 22 "name" : " purescript-node-process" ,
33 "repository" : {
44 "type" : " git" ,
5- "url" : " git ://github.com/purescript-node/purescript-node-process"
5+ "url" : " https ://github.com/purescript-node/purescript-node-process.git "
66 },
77 "license" : " MIT" ,
88 "ignore" : [
1212 " output"
1313 ],
1414 "dependencies" : {
15- "purescript-effect" : " master " ,
16- "purescript-foreign-object" : " master " ,
17- "purescript-maybe" : " master " ,
18- "purescript-node-streams" : " master " ,
19- "purescript-posix-types" : " master " ,
20- "purescript-unsafe-coerce " : " master " ,
21- "purescript-prelude " : " master "
15+ "purescript-effect" : " ^3.0.0 " ,
16+ "purescript-foreign-object" : " ^3.0.0 " ,
17+ "purescript-maybe" : " ^5.0.0 " ,
18+ "purescript-node-streams" : " ^5.0.0 " ,
19+ "purescript-posix-types" : " ^5.0.0 " ,
20+ "purescript-prelude " : " ^5.0.0 " ,
21+ "purescript-unsafe-coerce " : " ^5.0.0 "
2222 }
2323}
You can’t perform that action at this time.
0 commit comments