File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed
Expand file tree Collapse file tree 4 files changed +9
-6
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 : " unstable"
1618
1719 - uses : actions/setup-node@v1
1820 with :
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Notable changes to this project are documented in this file. The format is based
55## [ Unreleased]
66
77Breaking changes:
8+ - Update project and deps to PureScript v0.15.0 (#60 by @JordanMartinez )
89
910New features:
1011- Added ` Semiring ` instance (#59 )
Original file line number Diff line number Diff line change 1616 " package.json"
1717 ],
1818 "dependencies" : {
19- "purescript-control" : " ^5.0.0 " ,
20- "purescript-invariant" : " ^5.0.0 " ,
21- "purescript-newtype" : " ^4.0.0 " ,
22- "purescript-prelude" : " ^5.0.0 "
19+ "purescript-control" : " master " ,
20+ "purescript-invariant" : " master " ,
21+ "purescript-newtype" : " master " ,
22+ "purescript-prelude" : " master "
2323 }
2424}
Original file line number Diff line number Diff line change 55 "build" : " pulp build -- --censor-lib --strict --censor-codes='UserDefinedWarning'"
66 },
77 "devDependencies" : {
8- "pulp" : " ^15 .0.0" ,
9- "purescript-psa" : " ^0.8.0 " ,
8+ "pulp" : " 16 .0.0- 0" ,
9+ "purescript-psa" : " ^0.8.2 " ,
1010 "rimraf" : " ^3.0.2"
1111 }
1212}
You can’t perform that action at this time.
0 commit comments