Skip to content

Commit

Permalink
Update to the 50.3.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Feb 28, 2024
1 parent f1b03b2 commit 1ff9d2c
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 1 deletion.
2 changes: 1 addition & 1 deletion latest-compatible-sets.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
"0.15.12": "psc-0.15.12-20231123",
"0.15.13": "psc-0.15.13-20231228",
"0.15.14": "psc-0.15.14-20240227",
"0.15.15": "psc-0.15.15-20240227"
"0.15.15": "psc-0.15.15-20240228"
}
33 changes: 33 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3074,6 +3074,39 @@
"repo": "https://github.com/thought2/purescript-labeled-data.git",
"version": "v0.2.0"
},
"language-cst-parser": {
"dependencies": [
"arrays",
"const",
"control",
"effect",
"either",
"enums",
"foldable-traversable",
"free",
"functions",
"functors",
"identity",
"integers",
"lazy",
"lists",
"maybe",
"newtype",
"numbers",
"ordered-collections",
"partial",
"prelude",
"st",
"strings",
"transformers",
"tuples",
"typelevel-prelude",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/natefaubion/purescript-language-cst-parser.git",
"version": "v0.14.0"
},
"lazy": {
"dependencies": [
"control",
Expand Down
33 changes: 33 additions & 0 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -2732,6 +2732,39 @@
, repo = "https://github.com/thought2/purescript-labeled-data.git"
, version = "v0.2.0"
}
, language-cst-parser =
{ dependencies =
[ "arrays"
, "const"
, "control"
, "effect"
, "either"
, "enums"
, "foldable-traversable"
, "free"
, "functions"
, "functors"
, "identity"
, "integers"
, "lazy"
, "lists"
, "maybe"
, "newtype"
, "numbers"
, "ordered-collections"
, "partial"
, "prelude"
, "st"
, "strings"
, "transformers"
, "tuples"
, "typelevel-prelude"
, "unfoldable"
, "unsafe-coerce"
]
, repo = "https://github.com/natefaubion/purescript-language-cst-parser.git"
, version = "v0.14.0"
}
, lazy =
{ dependencies = [ "control", "foldable-traversable", "invariant", "prelude" ]
, repo = "https://github.com/purescript/purescript-lazy.git"
Expand Down

0 comments on commit 1ff9d2c

Please sign in to comment.