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- ## [ v7.0.0] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v7.0.0 ) - 2021-MONTH-DAY
15+ ## [ v7.0.0] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v7.0.0 ) - 2021-02-26
1616
1717Breaking changes:
1818 - Updated code for PureScript 0.14 and dropped the ` proxy ` dependency as the ` proxy ` library has been migrated into ` prelude ` (#39 ).
Original file line number Diff line number Diff line change 1010 ],
1111 "repository" : {
1212 "type" : " git" ,
13- "url" : " git ://github.com/purescript-node/purescript-node-buffer"
13+ "url" : " https ://github.com/purescript-node/purescript-node-buffer.git "
1414 },
1515 "dependencies" : {
16- "purescript-effect " : " master " ,
17- "purescript-maybe " : " master " ,
18- "purescript-arraybuffer-types " : " main " ,
19- "purescript-st" : " master " ,
20- "purescript-unsafe-coerce" : " master "
16+ "purescript-arraybuffer-types " : " ^3.0.0 " ,
17+ "purescript-effect " : " ^3.0.0 " ,
18+ "purescript-maybe " : " ^5.0.0 " ,
19+ "purescript-st" : " ^5.0.0 " ,
20+ "purescript-unsafe-coerce" : " ^5.0.0 "
2121 },
2222 "devDependencies" : {
23- "purescript-assert" : " master " ,
24- "purescript-console" : " master " ,
25- "purescript-foldable-traversable" : " master "
23+ "purescript-assert" : " ^5.0.0 " ,
24+ "purescript-console" : " ^5.0.0 " ,
25+ "purescript-foldable-traversable" : " ^5.0.0 "
2626 }
2727}
You can’t perform that action at this time.
0 commit comments