Skip to content

Fix warnings revealed by v0.14.1 PS release #82

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

Merged
merged 11 commits into from
May 6, 2021
Prev Previous commit
Next Next commit
Merge branch 'main' into fixWarnings
  • Loading branch information
JordanMartinez authored May 5, 2021
commit 2db416831708f1e7e7f17af04657a3e1dcd2b9da
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Notable changes to this project are documented in this file. The format is based

## [Unreleased]

Breaking changes (😱!!!):
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#77, #79)

New features:
Expand Down
2 changes: 1 addition & 1 deletion packages.dhall
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.14.1-20210427/packages.dhall sha256:edbb8f70232fb83895c7ce02f5d2b29f6ee1722f1a70fc58d3bc0ab0de18afe4
https://github.com/purescript/package-sets/releases/download/psc-0.14.0/packages.dhall sha256:710b53c085a18aa1263474659daa0ae15b7a4f453158c4f60ab448a6b3ed494e

in upstream
You are viewing a condensed version of this merge commit. You can view the full changes here.