File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
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 20
20
"url" : " https://github.com/purescript/purescript-canvas.git"
21
21
},
22
22
"dependencies" : {
23
- "purescript-effect" : " ^2.0.0 " ,
24
- "purescript-functions" : " ^4.0.0 " ,
25
- "purescript-maybe" : " ^4.0.0 " ,
26
- "purescript-exceptions" : " ^4.0.0 " ,
27
- "purescript-arraybuffer-types" : " ^2.0.0 "
23
+ "purescript-effect" : " master " ,
24
+ "purescript-functions" : " master " ,
25
+ "purescript-maybe" : " master " ,
26
+ "purescript-exceptions" : " master " ,
27
+ "purescript-arraybuffer-types" : " main "
28
28
}
29
29
}
Original file line number Diff line number Diff line change 7
7
"devDependencies" : {
8
8
"pulp" : " ^15.0.0" ,
9
9
"purescript-psa" : " ^0.8.0" ,
10
- "purescript" : " ^0.13.8" ,
11
10
"rimraf" : " ^3.0.2"
12
11
}
13
12
}
You can’t perform that action at this time.
0 commit comments