File tree Expand file tree Collapse file tree 3 files changed +12
-13
lines changed Expand file tree Collapse file tree 3 files changed +12
-13
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 8
8
],
9
9
"repository" : {
10
10
"type" : " git" ,
11
- "url" : " git ://github.com/purescript-web/purescript-web-dom-parser.git"
11
+ "url" : " https ://github.com/purescript-web/purescript-web-dom-parser.git"
12
12
},
13
13
"ignore" : [
14
14
" **/.*" ,
19
19
" package-lock.json"
20
20
],
21
21
"dependencies" : {
22
- "purescript-prelude" : " ^4.1.0 " ,
23
- "purescript-effect" : " ^2.0.1 " ,
24
- "purescript-web-dom" : " 3 - 4 " ,
25
- "purescript-partial" : " ^2.0.1 "
22
+ "purescript-prelude" : " master " ,
23
+ "purescript-effect" : " master " ,
24
+ "purescript-web-dom" : " master " ,
25
+ "purescript-partial" : " master "
26
26
},
27
27
"devDependencies" : {
28
- "purescript-assert" : " ^4.0.0" ,
29
- "purescript-console" : " ^4.1.0" ,
30
- "purescript-debug" : " ^4.0.0" ,
31
- "purescript-psci-support" : " ^4.0.0"
28
+ "purescript-assert" : " master" ,
29
+ "purescript-console" : " master" ,
30
+ "purescript-psci-support" : " master"
32
31
}
33
32
}
Original file line number Diff line number Diff line change 10
10
"postinstall" : " psc-package install"
11
11
},
12
12
"devDependencies" : {
13
- "bower" : " ^1.8.6" ,
14
13
"parcel-bundler" : " ^1.12.3" ,
15
- "pulp" : " ^13.0.0" ,
16
- "purescript" : " ^0.13.0" ,
17
- "purescript-psa" : " ~0.7.3" ,
14
+ "pulp" : " ^15.0.0" ,
15
+ "purescript-psa" : " ^0.8.0" ,
18
16
"rimraf" : " ^2.6.3"
19
17
},
20
18
"dependencies" : {
You can’t perform that action at this time.
0 commit comments