Skip to content

Commit

Permalink
Update to v0.14.0-rc3 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez authored Dec 11, 2020
1 parent aa672d6 commit 58ebbe7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- uses: actions/checkout@v2

- uses: purescript-contrib/setup-purescript@main
with:
purescript: "0.14.0-rc3"

- uses: actions/setup-node@v1
with:
Expand Down
14 changes: 7 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"package.json"
],
"devDependencies": {
"purescript-console": "^4.0.0"
"purescript-console": "master"
},
"dependencies": {
"purescript-node-streams": "^4.0.0",
"purescript-node-process": ">=6.0.0 <8.0.0",
"purescript-options": ">=4.0.0 <6.0.0",
"purescript-foreign": "^5.0.0",
"purescript-prelude": "^v4.0.0",
"purescript-effect": "^2.0.0"
"purescript-node-streams": "master",
"purescript-node-process": "master",
"purescript-options": "main",
"purescript-foreign": "master",
"purescript-prelude": "master",
"purescript-effect": "master"
}
}

0 comments on commit 58ebbe7

Please sign in to comment.