Skip to content

Update to v0.15.0 #158

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prev Previous commit
Next Next commit
Update Bower dependencies to master
  • Loading branch information
JordanMartinez committed Mar 11, 2022
commit b7a6e3c7f5ce34a3304e79a4aef32cf45cbb7ba2
38 changes: 19 additions & 19 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,26 @@
"package.json"
],
"dependencies": {
"purescript-arrays": "^6.0.0",
"purescript-control": "^5.0.0",
"purescript-either": "^5.0.0",
"purescript-enums": "^5.0.0",
"purescript-foldable-traversable": "^5.0.0",
"purescript-gen": "^3.0.0",
"purescript-integers": "^5.0.0",
"purescript-maybe": "^5.0.0",
"purescript-newtype": "^4.0.0",
"purescript-nonempty": "^6.0.0",
"purescript-partial": "^3.0.0",
"purescript-prelude": "^5.0.0",
"purescript-tailrec": "^5.0.0",
"purescript-tuples": "^6.0.0",
"purescript-unfoldable": "^5.0.0",
"purescript-unsafe-coerce": "^5.0.0"
"purescript-arrays": "master",
"purescript-control": "master",
"purescript-either": "master",
"purescript-enums": "master",
"purescript-foldable-traversable": "master",
"purescript-gen": "master",
"purescript-integers": "master",
"purescript-maybe": "master",
"purescript-newtype": "master",
"purescript-nonempty": "master",
"purescript-partial": "master",
"purescript-prelude": "master",
"purescript-tailrec": "master",
"purescript-tuples": "master",
"purescript-unfoldable": "master",
"purescript-unsafe-coerce": "master"
},
"devDependencies": {
"purescript-assert": "^5.0.0",
"purescript-console": "^5.0.0",
"purescript-minibench": "^3.0.0"
"purescript-assert": "master",
"purescript-console": "master",
"purescript-minibench": "master"
}
}