File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ node_js: stable
55env :
66 - PATH=$HOME/purescript:$PATH
77install :
8- - TAG=$(basename $(curl --location --silent --output /dev/null -w %{url_effective} https://github.com/purescript/purescript/releases/latest))
8+ - TAG=v0.14.0-rc2
9+ # - TAG=$(basename $(curl --location --silent --output /dev/null -w %{url_effective} https://github.com/purescript/purescript/releases/latest))
910 - curl --location --output $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
1011 - tar -xvf $HOME/purescript.tar.gz -C $HOME/
1112 - chmod a+x $HOME/purescript
Original file line number Diff line number Diff line change 1616 " package.json"
1717 ],
1818 "dependencies" : {
19- "purescript-prelude" : " ^4.0.0 "
19+ "purescript-prelude" : " master "
2020 }
2121}
Original file line number Diff line number Diff line change 77 "devDependencies" : {
88 "eslint" : " ^4.19.1" ,
99 "pulp" : " ^15.0.0" ,
10- "purescript-psa" : " ^0.6 .0" ,
10+ "purescript-psa" : " ^0.8 .0" ,
1111 "rimraf" : " ^2.6.2"
1212 }
1313}
You can’t perform that action at this time.
0 commit comments