Skip to content

Commit 6e3e429

Browse files
Update package set; install all packages
1 parent e65c9cc commit 6e3e429

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

client/src/Try/SharedConfig.purs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pursReleaseUrl :: String
1212
pursReleaseUrl = "https://github.com/purescript/purescript/releases/tag/" <> pursVersion
1313

1414
packageSetVersion :: String
15-
packageSetVersion = "0.15.4-20220808"
15+
packageSetVersion = "0.15.4-20220901"
1616

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

staging/packages.dhall

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
let upstream =
2-
https://github.com/purescript/package-sets/releases/download/psc-0.15.4-20220808/packages.dhall
3-
sha256:60eee64b04ca0013fae3e02a69fc3b176105c6baa2f31865c67cd5f881a412fd
2+
https://github.com/purescript/package-sets/releases/download/psc-0.15.4-20220901/packages.dhall
3+
sha256:f1531b29c21ac437ffe5666c1b6cc76f0a9c29d3c9d107ff047aa2567744994f
44

55
in upstream

staging/spago.dhall

+6
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@
7676
, "exitcodes"
7777
, "expect-inferred"
7878
, "fast-vect"
79+
, "fetch"
80+
, "fetch-argonaut"
81+
, "fetch-core"
82+
, "fetch-yoga-json"
7983
, "filterable"
8084
, "fixed-points"
8185
, "fixed-precision"
@@ -262,6 +266,7 @@
262266
, "sized-matrices"
263267
, "sized-vectors"
264268
, "slug"
269+
, "small-ffi"
265270
, "soundfonts"
266271
, "sparse-matrices"
267272
, "sparse-polynomials"
@@ -304,6 +309,7 @@
304309
, "unordered-collections"
305310
, "unsafe-coerce"
306311
, "unsafe-reference"
312+
, "untagged-union"
307313
, "uri"
308314
, "uuid"
309315
, "validation"

0 commit comments

Comments
 (0)