Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 0.15.13 & latest set #312

Merged
merged 1 commit into from
Dec 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-12-22.1](https://github.com/purescript/trypurescript/releases/tag/v2023-12-22.1)

Other improvements:
- Bump PureScript to `0.15.13` (#306 by @JordanMartinez)
- Update to latest package set (#306 by @JordanMartinez)

## [v2023-07-18.1](https://github.com/purescript/trypurescript/releases/tag/v2023-07-18.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.10"
pursVersion = "v0.15.13"

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

packageSetVersion :: String
packageSetVersion = "0.15.9-20230718"
packageSetVersion = "0.15.13-20231219"

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.10
- purescript-0.15.13
- language-javascript-0.7.0.0
- process-1.6.13.1
# The Cabal library is not in Stackage
Expand Down
8 changes: 4 additions & 4 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

packages:
- completed:
hackage: purescript-0.15.8@sha256:5d7c19e5a49f83acbe8ecc43bf93feb0e075bb11992df9b83af4467aea0bf41d,21427
hackage: purescript-0.15.13@sha256:ed7e4d3561ff6cbc7f950af2450a51f71648c47fece8b9a2b5100f0157a47615,21378
pantry-tree:
sha256: 79dde609e3b525e30234fd76b0901f72d48dea47a879d547864d959f85b81760
size: 156457
sha256: f91a02104c2bb596613dca4cf460e8e218488791b8d2f1d0641cd0e73c9eb072
size: 159072
original:
hackage: purescript-0.15.8
hackage: purescript-0.15.13
- completed:
hackage: language-javascript-0.7.0.0@sha256:3eab0262b8ac5621936a4beab6a0f97d0e00a63455a8b0e3ac1547b4088dae7d,3898
pantry-tree:
Expand Down
6 changes: 3 additions & 3 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.9-20230718/packages.dhall
sha256:661c257c997f37bba1b169020a87ae6ea08eb998e931875cb92e86ac9ea26846
https://github.com/purescript/package-sets/releases/download/psc-0.15.13-20231219/packages.dhall
sha256:35b9271b0a49390a9681995c609dbf7357402a1f209e0549d840bca295abe57b

in upstream
with metadata.version = "v0.15.8"
with metadata.version = "v0.15.13"
69 changes: 30 additions & 39 deletions staging/spago.dhall
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ name = "try-purescript-server"
, dependencies =
[ "ace"
[ "abc-parser"
, "ace"
, "aff"
, "aff-bus"
, "aff-coroutines"
Expand All @@ -10,6 +11,7 @@
, "affjax-node"
, "affjax-web"
, "ansi"
, "applicative-phases"
, "argonaut"
, "argonaut-aeson-generic"
, "argonaut-codecs"
Expand All @@ -23,6 +25,7 @@
, "arraybuffer-builder"
, "arraybuffer-types"
, "arrays"
, "arrays-extra"
, "arrays-zipper"
, "ask"
, "assert"
Expand All @@ -31,30 +34,21 @@
, "b64"
, "barbies"
, "barlow-lens"
, "basic-auth"
, "bifunctors"
, "bigints"
, "bolson"
, "bookhound"
, "bower-json"
, "bucketchain"
, "bucketchain-basic-auth"
, "bucketchain-conditional"
, "bucketchain-cors"
, "bucketchain-csrf"
, "bucketchain-header-utils"
, "bucketchain-health"
, "bucketchain-history-api-fallback"
, "bucketchain-logger"
, "bucketchain-secure"
, "bucketchain-simple-api"
, "bucketchain-sslify"
, "bucketchain-static"
, "call-by-name"
, "canvas"
, "canvas-action"
, "cartesian"
, "catenable-lists"
, "chameleon"
, "chameleon-halogen"
, "chameleon-react-basic"
, "chameleon-styled"
, "chameleon-transformers"
, "channel"
, "checked-exceptions"
, "classless"
Expand All @@ -64,6 +58,7 @@
, "classnames"
, "codec"
, "codec-argonaut"
, "codec-json"
, "colors"
, "concur-core"
, "concur-react"
Expand All @@ -74,9 +69,9 @@
, "control"
, "convertable-options"
, "coroutines"
, "crypto"
, "css"
, "css-frameworks"
, "data-mvc"
, "datetime"
, "datetime-parsing"
, "debug"
Expand All @@ -86,12 +81,12 @@
, "deno"
, "dissect"
, "distributive"
, "dodo-printer"
, "dom-filereader"
, "dom-indexed"
, "dotenv"
, "droplet"
, "dts"
, "dual-numbers"
, "dynamic-buffer"
, "echarts-simple"
, "effect"
Expand All @@ -106,6 +101,7 @@
, "enums"
, "env-names"
, "error"
, "eta-conversion"
, "exceptions"
, "exists"
, "exitcodes"
Expand All @@ -118,10 +114,12 @@
, "fetch-core"
, "fetch-yoga-json"
, "filterable"
, "fix-functor"
, "fixed-points"
, "fixed-precision"
, "flame"
, "float32"
, "fmt"
, "foldable-traversable"
, "foreign"
, "foreign-object"
Expand All @@ -144,11 +142,9 @@
, "generic-router"
, "geojson"
, "geometry-plane"
, "github-actions-toolkit"
, "grain"
, "grain-router"
, "grain-virtualized"
, "graphql-client"
, "graphs"
, "group"
, "halogen"
Expand All @@ -170,10 +166,7 @@
, "heterogeneous"
, "homogeneous"
, "http-methods"
, "httpure"
, "httpurple"
, "httpurple-argonaut"
, "httpurple-yoga-json"
, "humdrum"
, "hyrule"
, "identity"
Expand All @@ -192,18 +185,20 @@
, "js-abort-controller"
, "js-bigints"
, "js-date"
, "js-fetch"
, "js-fileio"
, "js-intl"
, "js-iterators"
, "js-maps"
, "js-promise"
, "js-promise-aff"
, "js-timers"
, "js-uri"
, "json"
, "json-codecs"
, "justifill"
, "jwt"
, "labeled-data"
, "language-cst-parser"
, "lazy"
, "lazy-joe"
, "lcg"
Expand All @@ -214,16 +209,17 @@
, "literals"
, "logging"
, "logging-journald"
, "lumi-components"
, "machines"
, "maps-eager"
, "marionette"
, "marionette-commander"
, "marionette-react-basic-hooks"
, "marked"
, "matrices"
, "matryoshka"
, "maybe"
, "mdast-util-from-markdown"
, "media-types"
, "meowclient"
, "metadata"
, "midi"
, "milkis"
Expand All @@ -238,6 +234,7 @@
, "morello"
, "mote"
, "motsunabe"
, "mvc"
, "mysql"
, "n3"
, "nano-id"
Expand All @@ -248,14 +245,13 @@
, "nextjs"
, "nextui"
, "node-buffer"
, "node-buffer-blob"
, "node-child-process"
, "node-env-paths"
, "node-event-emitter"
, "node-execa"
, "node-fs"
, "node-fs-aff"
, "node-glob-basic"
, "node-http"
, "node-http2"
, "node-human-signals"
, "node-net"
, "node-os"
Expand All @@ -264,9 +260,9 @@
, "node-readline"
, "node-sqlite3"
, "node-streams"
, "node-streams-aff"
, "node-tls"
, "node-url"
, "nodemailer"
, "node-zlib"
, "nonempty"
, "now"
, "npm-package-json"
Expand All @@ -281,10 +277,10 @@
, "open-memoize"
, "open-pairing"
, "options"
, "optparse"
, "ordered-collections"
, "ordered-set"
, "orders"
, "owoify"
, "pairs"
, "parallel"
, "parsing"
Expand All @@ -308,9 +304,7 @@
, "profunctor"
, "profunctor-lenses"
, "protobuf"
, "ps-cst"
, "psa-utils"
, "psc-ide"
, "psci-support"
, "qualified-do"
, "quantities"
Expand Down Expand Up @@ -356,12 +350,12 @@
, "safely"
, "school-of-music"
, "selection-foldable"
, "selective-functors"
, "semirings"
, "signal"
, "simple-emitter"
, "simple-i18n"
, "simple-json"
, "simple-jwt"
, "simple-ulid"
, "sized-matrices"
, "sized-vectors"
Expand All @@ -371,8 +365,7 @@
, "sparse-matrices"
, "sparse-polynomials"
, "spec"
, "spec-discovery"
, "spec-golden"
, "spec-mocha"
, "spec-quickcheck"
, "splitmix"
, "ssrs"
Expand All @@ -384,7 +377,6 @@
, "strings-extra"
, "stringutils"
, "substitute"
, "sunde"
, "supply"
, "svg-parser"
, "systemd-journald"
Expand All @@ -396,7 +388,6 @@
, "thermite"
, "thermite-dom"
, "these"
, "toppokki"
, "transformation-matrix"
, "transformers"
, "tree-rose"
Expand All @@ -409,6 +400,7 @@
, "typelevel-lists"
, "typelevel-peano"
, "typelevel-prelude"
, "typelevel-regex"
, "typelevel-rows"
, "uint"
, "ulid"
Expand Down Expand Up @@ -446,7 +438,6 @@
, "web-file"
, "web-geometry"
, "web-html"
, "web-intl"
, "web-pointerevents"
, "web-proletarian"
, "web-promise"
Expand Down
Loading