Skip to content

Commit

Permalink
Update TAG to v0.14.0-rc3; dependencies to master; psa to v0.8.0 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
paluh authored Oct 23, 2020
1 parent 5e39264 commit 33515b7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ node_js: stable
env:
- PATH=$HOME/purescript:$PATH
install:
- TAG=$(basename $(curl --location --silent --output /dev/null -w %{url_effective} https://github.com/purescript/purescript/releases/latest))
# - TAG=$(basename $(curl --location --silent --output /dev/null -w %{url_effective} https://github.com/purescript/purescript/releases/latest))
- TAG=v0.14.0-rc3
- curl --location --output $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
- chmod a+x $HOME/purescript
Expand Down
16 changes: 8 additions & 8 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"package.json"
],
"dependencies": {
"purescript-foldable-traversable": "^4.0.0",
"purescript-maybe": "^4.0.0",
"purescript-partial": "^2.0.0",
"purescript-prelude": "^4.0.0",
"purescript-tuples": "^5.0.0"
"purescript-foldable-traversable": "master",
"purescript-maybe": "master",
"purescript-partial": "master",
"purescript-prelude": "master",
"purescript-tuples": "master"
},
"devDependencies": {
"purescript-assert": "^4.0.0",
"purescript-console": "^4.0.0",
"purescript-psci-support": "^4.0.0"
"purescript-assert": "master",
"purescript-console": "master",
"purescript-psci-support": "master"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"eslint": "^4.19.1",
"pulp": "^15.0.0",
"purescript-psa": "^0.6.0",
"purescript-psa": "^0.8.0",
"rimraf": "^2.6.2"
}
}

0 comments on commit 33515b7

Please sign in to comment.