Skip to content

Update package set to latest v0.14.5-compatible one #260

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 3 commits into from
Nov 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ Breaking changes:

New features:

Bugfixes:

Other improvements:
- Update package set to `psc-0.14.5-20211111` (#260 by @JordanMartinez)

## [v2021-11-11.1](https://github.com/purescript/trypurescript/releases/tag/v2021-11-11.1)

Breaking changes:

New features:

Bugfixes:
- Fixed `encode` not replacing all instances of special characters (#254 by @jy14898)
- Fixed up-to-five-second hangs between the loading icon disappearing and the content rendering (#256 @mikesol)
Expand Down
8 changes: 2 additions & 6 deletions staging/packages.dhall
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.14.3-20210823/packages.dhall sha256:501660806a34bb3b0293648673bba4457628d1cbc250dbdc2fca2a031ded1294
https://github.com/purescript/package-sets/releases/download/psc-0.14.5-20211116/packages.dhall sha256:7ba810597a275e43c83411d2ab0d4b3c54d0b551436f4b1632e9ff3eb62e327a

let overrides = {=}

let additions = {=}

in upstream // overrides // additions
in upstream
2 changes: 0 additions & 2 deletions staging/spago.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,8 @@
, "parsing"
, "parsing-dataview"
, "parsing-expect"
, "parsing-hexadecimal"
, "parsing-repetition"
, "parsing-replace"
, "parsing-uuid"
, "parsing-validation"
, "partial"
, "pathy"
Expand Down