diff --git a/CHANGELOG.md b/CHANGELOG.md index 54b6811..10c1cd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ Bugfixes: Other improvements: +## [v2023-07-18.1](https://github.com/purescript/trypurescript/releases/tag/v2023-07-18.1) + +Other improvements: +- Bump PureScript to `0.15.10` (#306 by @JordanMartinez) +- Update to latest package set (#306 by @JordanMartinez) + ## [v2023-03-06.1](https://github.com/purescript/trypurescript/releases/tag/v2023-03-06.1) Other improvements: diff --git a/client/src/Try/SharedConfig.purs b/client/src/Try/SharedConfig.purs index 5fd129a..2d7a3b3 100644 --- a/client/src/Try/SharedConfig.purs +++ b/client/src/Try/SharedConfig.purs @@ -6,13 +6,13 @@ module Try.SharedConfig where import Prelude pursVersion :: String -pursVersion = "v0.15.8" +pursVersion = "v0.15.10" pursReleaseUrl :: String pursReleaseUrl = "https://github.com/purescript/purescript/releases/tag/" <> pursVersion packageSetVersion :: String -packageSetVersion = "0.15.7-20230306" +packageSetVersion = "0.15.9-20230718" packageSetPackageJsonUrl :: String packageSetPackageJsonUrl = "https://github.com/purescript/package-sets/blob/psc-" <> packageSetVersion <> "/packages.json" diff --git a/stack.yaml b/stack.yaml index e54cf96..c73039f 100644 --- a/stack.yaml +++ b/stack.yaml @@ -3,7 +3,7 @@ packages: - "." extra-deps: - - purescript-0.15.8 + - purescript-0.15.10 - language-javascript-0.7.0.0 - process-1.6.13.1 # The Cabal library is not in Stackage diff --git a/staging/packages.dhall b/staging/packages.dhall index 1622cf7..83198a2 100644 --- a/staging/packages.dhall +++ b/staging/packages.dhall @@ -1,6 +1,6 @@ let upstream = - https://github.com/purescript/package-sets/releases/download/psc-0.15.7-20230306/packages.dhall - sha256:0757626c7422b8b5b5b1d0df3d3628e5deac755d7f89c433a9bf89009787dcbd + https://github.com/purescript/package-sets/releases/download/psc-0.15.9-20230718/packages.dhall + sha256:661c257c997f37bba1b169020a87ae6ea08eb998e931875cb92e86ac9ea26846 in upstream with metadata.version = "v0.15.8" diff --git a/staging/spago.dhall b/staging/spago.dhall index 18bf87d..5c1a57c 100644 --- a/staging/spago.dhall +++ b/staging/spago.dhall @@ -1,7 +1,6 @@ { name = "try-purescript-server" , dependencies = - [ "abc-parser" - , "ace" + [ "ace" , "aff" , "aff-bus" , "aff-coroutines" @@ -36,6 +35,7 @@ , "bifunctors" , "bigints" , "bolson" + , "bookhound" , "bower-json" , "bucketchain" , "bucketchain-basic-auth" @@ -76,6 +76,7 @@ , "coroutines" , "crypto" , "css" + , "css-frameworks" , "datetime" , "datetime-parsing" , "debug" @@ -90,6 +91,7 @@ , "dom-indexed" , "dotenv" , "droplet" + , "dts" , "dynamic-buffer" , "echarts-simple" , "effect" @@ -124,6 +126,7 @@ , "foreign" , "foreign-object" , "foreign-readwrite" + , "forgetmenot" , "fork" , "form-urlencoded" , "formatters" @@ -139,6 +142,7 @@ , "gen" , "generate-values" , "generic-router" + , "geojson" , "geometry-plane" , "github-actions-toolkit" , "grain" @@ -159,6 +163,7 @@ , "halogen-storybook" , "halogen-subscriptions" , "halogen-svg-elems" + , "halogen-typewriter" , "halogen-vdom" , "halogen-vdom-string-renderer" , "heckin" @@ -188,6 +193,8 @@ , "js-bigints" , "js-date" , "js-fileio" + , "js-iterators" + , "js-maps" , "js-promise" , "js-promise-aff" , "js-timers" @@ -195,11 +202,13 @@ , "json-codecs" , "justifill" , "jwt" + , "labeled-data" , "language-cst-parser" , "lazy" , "lazy-joe" , "lcg" , "leibniz" + , "liminal" , "linalg" , "lists" , "literals" @@ -232,6 +241,7 @@ , "mysql" , "n3" , "nano-id" + , "nanoid" , "naturals" , "nested-functor" , "newtype" @@ -240,6 +250,7 @@ , "node-buffer" , "node-buffer-blob" , "node-child-process" + , "node-env-paths" , "node-event-emitter" , "node-execa" , "node-fs" @@ -247,6 +258,7 @@ , "node-http" , "node-human-signals" , "node-net" + , "node-os" , "node-path" , "node-process" , "node-readline" @@ -259,7 +271,10 @@ , "now" , "npm-package-json" , "nullable" + , "numberfield" , "numbers" + , "oak" + , "oak-debug" , "object-maps" , "ocarina" , "open-folds" @@ -278,8 +293,10 @@ , "pathy" , "pha" , "phaser" + , "phylio" , "pipes" , "pirates-charm" + , "pmock" , "point-free" , "pointed-list" , "polymorphic-vectors" @@ -355,6 +372,7 @@ , "sparse-polynomials" , "spec" , "spec-discovery" + , "spec-golden" , "spec-quickcheck" , "splitmix" , "ssrs" @@ -382,6 +400,7 @@ , "transformation-matrix" , "transformers" , "tree-rose" + , "ts-bridge" , "tuples" , "two-or-more" , "type-equality" @@ -410,6 +429,7 @@ , "uuidv4" , "validation" , "variant" + , "variant-encodings" , "vectorfield" , "vectors" , "versions" @@ -426,6 +446,7 @@ , "web-file" , "web-geometry" , "web-html" + , "web-intl" , "web-pointerevents" , "web-proletarian" , "web-promise" @@ -440,12 +461,14 @@ , "web-workers" , "web-xhr" , "webextension-polyfill" + , "webgpu" , "which" , "yoga-fetch" , "yoga-json" , "yoga-om" , "yoga-postgres" , "yoga-tree" + , "z3" ] , packages = ./packages.dhall , sources = [ "src/**/*.purs" ]