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 13
13
- uses : actions/checkout@v2
14
14
15
15
- uses : purescript-contrib/setup-purescript@main
16
+ with :
17
+ purescript : " 0.14.0-rc3"
16
18
17
19
- uses : actions/setup-node@v1
18
20
with :
Original file line number Diff line number Diff line change 15
15
" package.json"
16
16
],
17
17
"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 "
25
25
}
26
26
}
You can’t perform that action at this time.
0 commit comments