Skip to content

Commit

Permalink
Update to the 63.2.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Feb 17, 2025
1 parent 55edacb commit 7bbc0ab
Show file tree
Hide file tree
Showing 3 changed files with 109 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-20250216"
"0.15.15": "psc-0.15.15-20250217"
}
54 changes: 54 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -6743,6 +6743,60 @@
"repo": "https://github.com/cakekindel/purescript-threading.git",
"version": "v0.0.3"
},
"tidy": {
"dependencies": [
"arrays",
"control",
"dodo-printer",
"either",
"foldable-traversable",
"language-cst-parser",
"lists",
"maybe",
"newtype",
"ordered-collections",
"partial",
"prelude",
"strings",
"tuples"
],
"repo": "https://github.com/natefaubion/purescript-tidy.git",
"version": "v0.11.1"
},
"tidy-codegen": {
"dependencies": [
"arrays",
"bifunctors",
"control",
"dodo-printer",
"effect",
"either",
"enums",
"foldable-traversable",
"free",
"identity",
"integers",
"language-cst-parser",
"lazy",
"lists",
"maybe",
"newtype",
"ordered-collections",
"partial",
"prelude",
"record",
"safe-coerce",
"st",
"strings",
"tidy",
"transformers",
"tuples",
"type-equality",
"unicode"
],
"repo": "https://github.com/natefaubion/purescript-tidy-codegen.git",
"version": "v4.0.1"
},
"tldr": {
"dependencies": [
"prelude"
Expand Down
54 changes: 54 additions & 0 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -6045,6 +6045,60 @@
, repo = "https://github.com/cakekindel/purescript-threading.git"
, version = "v0.0.3"
}
, tidy =
{ dependencies =
[ "arrays"
, "control"
, "dodo-printer"
, "either"
, "foldable-traversable"
, "language-cst-parser"
, "lists"
, "maybe"
, "newtype"
, "ordered-collections"
, "partial"
, "prelude"
, "strings"
, "tuples"
]
, repo = "https://github.com/natefaubion/purescript-tidy.git"
, version = "v0.11.1"
}
, tidy-codegen =
{ dependencies =
[ "arrays"
, "bifunctors"
, "control"
, "dodo-printer"
, "effect"
, "either"
, "enums"
, "foldable-traversable"
, "free"
, "identity"
, "integers"
, "language-cst-parser"
, "lazy"
, "lists"
, "maybe"
, "newtype"
, "ordered-collections"
, "partial"
, "prelude"
, "record"
, "safe-coerce"
, "st"
, "strings"
, "tidy"
, "transformers"
, "tuples"
, "type-equality"
, "unicode"
]
, repo = "https://github.com/natefaubion/purescript-tidy-codegen.git"
, version = "v4.0.1"
}
, tldr =
{ dependencies = [ "prelude" ]
, repo = "https://github.com/mikesol/purescript-tldr.git"
Expand Down

0 comments on commit 7bbc0ab

Please sign in to comment.