Skip to content

Commit d900368

Browse files
Update to purs 0.15.10 (#310)
1 parent 65e2966 commit d900368

File tree

5 files changed

+36
-7
lines changed

5 files changed

+36
-7
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ Bugfixes:
1212

1313
Other improvements:
1414

15+
## [v2023-07-18.1](https://github.com/purescript/trypurescript/releases/tag/v2023-07-18.1)
16+
17+
Other improvements:
18+
- Bump PureScript to `0.15.10` (#306 by @JordanMartinez)
19+
- Update to latest package set (#306 by @JordanMartinez)
20+
1521
## [v2023-03-06.1](https://github.com/purescript/trypurescript/releases/tag/v2023-03-06.1)
1622

1723
Other improvements:

Diff for: client/src/Try/SharedConfig.purs

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ module Try.SharedConfig where
66
import Prelude
77

88
pursVersion :: String
9-
pursVersion = "v0.15.8"
9+
pursVersion = "v0.15.10"
1010

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

1414
packageSetVersion :: String
15-
packageSetVersion = "0.15.7-20230306"
15+
packageSetVersion = "0.15.9-20230718"
1616

1717
packageSetPackageJsonUrl :: String
1818
packageSetPackageJsonUrl = "https://github.com/purescript/package-sets/blob/psc-" <> packageSetVersion <> "/packages.json"

Diff for: stack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ packages:
33
- "."
44

55
extra-deps:
6-
- purescript-0.15.8
6+
- purescript-0.15.10
77
- language-javascript-0.7.0.0
88
- process-1.6.13.1
99
# The Cabal library is not in Stackage

Diff for: staging/packages.dhall

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
let upstream =
2-
https://github.com/purescript/package-sets/releases/download/psc-0.15.7-20230306/packages.dhall
3-
sha256:0757626c7422b8b5b5b1d0df3d3628e5deac755d7f89c433a9bf89009787dcbd
2+
https://github.com/purescript/package-sets/releases/download/psc-0.15.9-20230718/packages.dhall
3+
sha256:661c257c997f37bba1b169020a87ae6ea08eb998e931875cb92e86ac9ea26846
44

55
in upstream
66
with metadata.version = "v0.15.8"

Diff for: staging/spago.dhall

+25-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{ name = "try-purescript-server"
22
, dependencies =
3-
[ "abc-parser"
4-
, "ace"
3+
[ "ace"
54
, "aff"
65
, "aff-bus"
76
, "aff-coroutines"
@@ -36,6 +35,7 @@
3635
, "bifunctors"
3736
, "bigints"
3837
, "bolson"
38+
, "bookhound"
3939
, "bower-json"
4040
, "bucketchain"
4141
, "bucketchain-basic-auth"
@@ -76,6 +76,7 @@
7676
, "coroutines"
7777
, "crypto"
7878
, "css"
79+
, "css-frameworks"
7980
, "datetime"
8081
, "datetime-parsing"
8182
, "debug"
@@ -90,6 +91,7 @@
9091
, "dom-indexed"
9192
, "dotenv"
9293
, "droplet"
94+
, "dts"
9395
, "dynamic-buffer"
9496
, "echarts-simple"
9597
, "effect"
@@ -124,6 +126,7 @@
124126
, "foreign"
125127
, "foreign-object"
126128
, "foreign-readwrite"
129+
, "forgetmenot"
127130
, "fork"
128131
, "form-urlencoded"
129132
, "formatters"
@@ -139,6 +142,7 @@
139142
, "gen"
140143
, "generate-values"
141144
, "generic-router"
145+
, "geojson"
142146
, "geometry-plane"
143147
, "github-actions-toolkit"
144148
, "grain"
@@ -159,6 +163,7 @@
159163
, "halogen-storybook"
160164
, "halogen-subscriptions"
161165
, "halogen-svg-elems"
166+
, "halogen-typewriter"
162167
, "halogen-vdom"
163168
, "halogen-vdom-string-renderer"
164169
, "heckin"
@@ -188,18 +193,22 @@
188193
, "js-bigints"
189194
, "js-date"
190195
, "js-fileio"
196+
, "js-iterators"
197+
, "js-maps"
191198
, "js-promise"
192199
, "js-promise-aff"
193200
, "js-timers"
194201
, "js-uri"
195202
, "json-codecs"
196203
, "justifill"
197204
, "jwt"
205+
, "labeled-data"
198206
, "language-cst-parser"
199207
, "lazy"
200208
, "lazy-joe"
201209
, "lcg"
202210
, "leibniz"
211+
, "liminal"
203212
, "linalg"
204213
, "lists"
205214
, "literals"
@@ -232,6 +241,7 @@
232241
, "mysql"
233242
, "n3"
234243
, "nano-id"
244+
, "nanoid"
235245
, "naturals"
236246
, "nested-functor"
237247
, "newtype"
@@ -240,13 +250,15 @@
240250
, "node-buffer"
241251
, "node-buffer-blob"
242252
, "node-child-process"
253+
, "node-env-paths"
243254
, "node-event-emitter"
244255
, "node-execa"
245256
, "node-fs"
246257
, "node-fs-aff"
247258
, "node-http"
248259
, "node-human-signals"
249260
, "node-net"
261+
, "node-os"
250262
, "node-path"
251263
, "node-process"
252264
, "node-readline"
@@ -259,7 +271,10 @@
259271
, "now"
260272
, "npm-package-json"
261273
, "nullable"
274+
, "numberfield"
262275
, "numbers"
276+
, "oak"
277+
, "oak-debug"
263278
, "object-maps"
264279
, "ocarina"
265280
, "open-folds"
@@ -278,8 +293,10 @@
278293
, "pathy"
279294
, "pha"
280295
, "phaser"
296+
, "phylio"
281297
, "pipes"
282298
, "pirates-charm"
299+
, "pmock"
283300
, "point-free"
284301
, "pointed-list"
285302
, "polymorphic-vectors"
@@ -355,6 +372,7 @@
355372
, "sparse-polynomials"
356373
, "spec"
357374
, "spec-discovery"
375+
, "spec-golden"
358376
, "spec-quickcheck"
359377
, "splitmix"
360378
, "ssrs"
@@ -382,6 +400,7 @@
382400
, "transformation-matrix"
383401
, "transformers"
384402
, "tree-rose"
403+
, "ts-bridge"
385404
, "tuples"
386405
, "two-or-more"
387406
, "type-equality"
@@ -410,6 +429,7 @@
410429
, "uuidv4"
411430
, "validation"
412431
, "variant"
432+
, "variant-encodings"
413433
, "vectorfield"
414434
, "vectors"
415435
, "versions"
@@ -426,6 +446,7 @@
426446
, "web-file"
427447
, "web-geometry"
428448
, "web-html"
449+
, "web-intl"
429450
, "web-pointerevents"
430451
, "web-proletarian"
431452
, "web-promise"
@@ -440,12 +461,14 @@
440461
, "web-workers"
441462
, "web-xhr"
442463
, "webextension-polyfill"
464+
, "webgpu"
443465
, "which"
444466
, "yoga-fetch"
445467
, "yoga-json"
446468
, "yoga-om"
447469
, "yoga-postgres"
448470
, "yoga-tree"
471+
, "z3"
449472
]
450473
, packages = ./packages.dhall
451474
, sources = [ "src/**/*.purs" ]

0 commit comments

Comments
 (0)