Skip to content

Commit

Permalink
Update package set; install all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez committed Sep 10, 2022
1 parent e65c9cc commit 6e3e429
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/src/Try/SharedConfig.purs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pursReleaseUrl :: String
pursReleaseUrl = "https://github.com/purescript/purescript/releases/tag/" <> pursVersion

packageSetVersion :: String
packageSetVersion = "0.15.4-20220808"
packageSetVersion = "0.15.4-20220901"

packageSetPackageJsonUrl :: String
packageSetPackageJsonUrl = "https://github.com/purescript/package-sets/blob/psc-" <> packageSetVersion <> "/packages.json"
4 changes: 2 additions & 2 deletions staging/packages.dhall
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.15.4-20220808/packages.dhall
sha256:60eee64b04ca0013fae3e02a69fc3b176105c6baa2f31865c67cd5f881a412fd
https://github.com/purescript/package-sets/releases/download/psc-0.15.4-20220901/packages.dhall
sha256:f1531b29c21ac437ffe5666c1b6cc76f0a9c29d3c9d107ff047aa2567744994f

in upstream
6 changes: 6 additions & 0 deletions staging/spago.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@
, "exitcodes"
, "expect-inferred"
, "fast-vect"
, "fetch"
, "fetch-argonaut"
, "fetch-core"
, "fetch-yoga-json"
, "filterable"
, "fixed-points"
, "fixed-precision"
Expand Down Expand Up @@ -262,6 +266,7 @@
, "sized-matrices"
, "sized-vectors"
, "slug"
, "small-ffi"
, "soundfonts"
, "sparse-matrices"
, "sparse-polynomials"
Expand Down Expand Up @@ -304,6 +309,7 @@
, "unordered-collections"
, "unsafe-coerce"
, "unsafe-reference"
, "untagged-union"
, "uri"
, "uuid"
, "validation"
Expand Down

0 comments on commit 6e3e429

Please sign in to comment.