File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ node_js: stable
5
5
env :
6
6
- PATH=$HOME/purescript:$PATH
7
7
install :
8
- - TAG=$(basename $(curl --location --silent --output /dev/null -w %{url_effective} https://github.com/purescript/purescript/releases/latest))
8
+ # - TAG=$(basename $(curl --location --silent --output /dev/null -w %{url_effective} https://github.com/purescript/purescript/releases/latest))
9
+ - TAG=v0.14.0-rc3
9
10
- curl --location --output $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
10
11
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
11
12
- chmod a+x $HOME/purescript
Original file line number Diff line number Diff line change 16
16
" package.json"
17
17
],
18
18
"dependencies" : {
19
- "purescript-foldable-traversable" : " ^4.0.0 " ,
20
- "purescript-maybe" : " ^4.0.0 " ,
21
- "purescript-partial" : " ^2.0.0 " ,
22
- "purescript-prelude" : " ^4.0.0 " ,
23
- "purescript-tuples" : " ^5.0.0 "
19
+ "purescript-foldable-traversable" : " master " ,
20
+ "purescript-maybe" : " master " ,
21
+ "purescript-partial" : " master " ,
22
+ "purescript-prelude" : " master " ,
23
+ "purescript-tuples" : " master "
24
24
},
25
25
"devDependencies" : {
26
- "purescript-assert" : " ^4.0.0 " ,
27
- "purescript-console" : " ^4.0.0 " ,
28
- "purescript-psci-support" : " ^4.0.0 "
26
+ "purescript-assert" : " master " ,
27
+ "purescript-console" : " master " ,
28
+ "purescript-psci-support" : " master "
29
29
}
30
30
}
Original file line number Diff line number Diff line change 8
8
"devDependencies" : {
9
9
"eslint" : " ^4.19.1" ,
10
10
"pulp" : " ^15.0.0" ,
11
- "purescript-psa" : " ^0.6 .0" ,
11
+ "purescript-psa" : " ^0.8 .0" ,
12
12
"rimraf" : " ^2.6.2"
13
13
}
14
14
}
You can’t perform that action at this time.
0 commit comments