Skip to content
Open
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ Bugfixes:

Other improvements:

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

Other improvements:
- Bump PureScript to `0.15.15`
- Update to latest package set (`psc-0.15.15-20260506`)

## [v2023-12-22.1](https://github.com/purescript/trypurescript/releases/tag/v2023-12-22.1)

Other improvements:
Expand Down
4 changes: 2 additions & 2 deletions client/src/Try/SharedConfig.purs
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ module Try.SharedConfig where
import Prelude

pursVersion :: String
pursVersion = "v0.15.13"
pursVersion = "v0.15.15"

pursReleaseUrl :: String
pursReleaseUrl = "https://github.com/purescript/purescript/releases/tag/" <> pursVersion

packageSetVersion :: String
packageSetVersion = "0.15.13-20231219"
packageSetVersion = "0.15.15-20260506"

packageSetPackageJsonUrl :: String
packageSetPackageJsonUrl = "https://github.com/purescript/package-sets/blob/psc-" <> packageSetVersion <> "/packages.json"
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ packages:
- "."

extra-deps:
- purescript-0.15.13
- purescript-0.15.15
- language-javascript-0.7.0.0
- process-1.6.13.1
# The Cabal library is not in Stackage
Expand Down
8 changes: 4 additions & 4 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

packages:
- completed:
hackage: purescript-0.15.13@sha256:ed7e4d3561ff6cbc7f950af2450a51f71648c47fece8b9a2b5100f0157a47615,21378
hackage: purescript-0.15.15@sha256:8e2a2452b66e29dbfa8269c523487f882c7b94aa71766b06be7e51da4dc85035,21429
pantry-tree:
sha256: f91a02104c2bb596613dca4cf460e8e218488791b8d2f1d0641cd0e73c9eb072
size: 159072
sha256: c70747a772ab844b7e9b86cfc57a9b22001652ad7bec457eb274df29b7110e17
size: 159334
original:
hackage: purescript-0.15.13
hackage: purescript-0.15.15
- completed:
hackage: language-javascript-0.7.0.0@sha256:3eab0262b8ac5621936a4beab6a0f97d0e00a63455a8b0e3ac1547b4088dae7d,3898
pantry-tree:
Expand Down
6 changes: 3 additions & 3 deletions staging/packages.dhall
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.15.13-20231219/packages.dhall
sha256:35b9271b0a49390a9681995c609dbf7357402a1f209e0549d840bca295abe57b
https://github.com/purescript/package-sets/releases/download/psc-0.15.15-20260506/packages.dhall
sha256:c3ffa9beb6cca64d4fd1de91cbeec48d61002defaaf769952372f94dbdeb7b2a

in upstream
with metadata.version = "v0.15.13"
with metadata.version = "v0.15.15"
Loading