File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
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-rc3"
1618
1719 - uses : actions/setup-node@v1
1820 with :
Original file line number Diff line number Diff line change 1515 " package.json"
1616 ],
1717 "dependencies" : {
18- "purescript-prelude" : " ^4.0.0 " ,
19- "purescript-effect" : " ^2.0.0 " ,
20- "purescript-nullable" : " ^4.0.0 " ,
21- "purescript-arraybuffer-types" : " ^2.0.0 " ,
22- "purescript-tuples" : " ^5.0.0 " ,
23- "purescript-web-promise" : " https://github.com/purescript-web/purescript-web-promise.git#^1.0.0 " ,
24- "purescript-exceptions" : " ^4.0.0 "
18+ "purescript-prelude" : " master " ,
19+ "purescript-effect" : " master " ,
20+ "purescript-nullable" : " main " ,
21+ "purescript-arraybuffer-types" : " main " ,
22+ "purescript-tuples" : " master " ,
23+ "purescript-web-promise" : " https://github.com/purescript-web/purescript-web-promise.git#master " ,
24+ "purescript-exceptions" : " master "
2525 }
2626}
You can’t perform that action at this time.
0 commit comments