Skip to content

Commit

Permalink
Update to purs 0.15.10 (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez committed Jul 19, 2023
1 parent 65e2966 commit d900368
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 7 deletions.
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:

## [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:
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.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"
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.8
- purescript-0.15.10
- language-javascript-0.7.0.0
- process-1.6.13.1
# The Cabal library is not in Stackage
Expand Down
4 changes: 2 additions & 2 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.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"
27 changes: 25 additions & 2 deletions staging/spago.dhall
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ name = "try-purescript-server"
, dependencies =
[ "abc-parser"
, "ace"
[ "ace"
, "aff"
, "aff-bus"
, "aff-coroutines"
Expand Down Expand Up @@ -36,6 +35,7 @@
, "bifunctors"
, "bigints"
, "bolson"
, "bookhound"
, "bower-json"
, "bucketchain"
, "bucketchain-basic-auth"
Expand Down Expand Up @@ -76,6 +76,7 @@
, "coroutines"
, "crypto"
, "css"
, "css-frameworks"
, "datetime"
, "datetime-parsing"
, "debug"
Expand All @@ -90,6 +91,7 @@
, "dom-indexed"
, "dotenv"
, "droplet"
, "dts"
, "dynamic-buffer"
, "echarts-simple"
, "effect"
Expand Down Expand Up @@ -124,6 +126,7 @@
, "foreign"
, "foreign-object"
, "foreign-readwrite"
, "forgetmenot"
, "fork"
, "form-urlencoded"
, "formatters"
Expand All @@ -139,6 +142,7 @@
, "gen"
, "generate-values"
, "generic-router"
, "geojson"
, "geometry-plane"
, "github-actions-toolkit"
, "grain"
Expand All @@ -159,6 +163,7 @@
, "halogen-storybook"
, "halogen-subscriptions"
, "halogen-svg-elems"
, "halogen-typewriter"
, "halogen-vdom"
, "halogen-vdom-string-renderer"
, "heckin"
Expand Down Expand Up @@ -188,18 +193,22 @@
, "js-bigints"
, "js-date"
, "js-fileio"
, "js-iterators"
, "js-maps"
, "js-promise"
, "js-promise-aff"
, "js-timers"
, "js-uri"
, "json-codecs"
, "justifill"
, "jwt"
, "labeled-data"
, "language-cst-parser"
, "lazy"
, "lazy-joe"
, "lcg"
, "leibniz"
, "liminal"
, "linalg"
, "lists"
, "literals"
Expand Down Expand Up @@ -232,6 +241,7 @@
, "mysql"
, "n3"
, "nano-id"
, "nanoid"
, "naturals"
, "nested-functor"
, "newtype"
Expand All @@ -240,13 +250,15 @@
, "node-buffer"
, "node-buffer-blob"
, "node-child-process"
, "node-env-paths"
, "node-event-emitter"
, "node-execa"
, "node-fs"
, "node-fs-aff"
, "node-http"
, "node-human-signals"
, "node-net"
, "node-os"
, "node-path"
, "node-process"
, "node-readline"
Expand All @@ -259,7 +271,10 @@
, "now"
, "npm-package-json"
, "nullable"
, "numberfield"
, "numbers"
, "oak"
, "oak-debug"
, "object-maps"
, "ocarina"
, "open-folds"
Expand All @@ -278,8 +293,10 @@
, "pathy"
, "pha"
, "phaser"
, "phylio"
, "pipes"
, "pirates-charm"
, "pmock"
, "point-free"
, "pointed-list"
, "polymorphic-vectors"
Expand Down Expand Up @@ -355,6 +372,7 @@
, "sparse-polynomials"
, "spec"
, "spec-discovery"
, "spec-golden"
, "spec-quickcheck"
, "splitmix"
, "ssrs"
Expand Down Expand Up @@ -382,6 +400,7 @@
, "transformation-matrix"
, "transformers"
, "tree-rose"
, "ts-bridge"
, "tuples"
, "two-or-more"
, "type-equality"
Expand Down Expand Up @@ -410,6 +429,7 @@
, "uuidv4"
, "validation"
, "variant"
, "variant-encodings"
, "vectorfield"
, "vectors"
, "versions"
Expand All @@ -426,6 +446,7 @@
, "web-file"
, "web-geometry"
, "web-html"
, "web-intl"
, "web-pointerevents"
, "web-proletarian"
, "web-promise"
Expand All @@ -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" ]
Expand Down

0 comments on commit d900368

Please sign in to comment.