Skip to content

Commit

Permalink
Update to the 62.2.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Dec 26, 2024
1 parent 64f15c5 commit 8a519a2
Show file tree
Hide file tree
Showing 3 changed files with 79 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-20241215"
"0.15.15": "psc-0.15.15-20241226"
}
39 changes: 39 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -7564,6 +7564,45 @@
"repo": "https://github.com/maxdeviant/purescript-which.git",
"version": "v2.0.0"
},
"whine-core": {
"dependencies": [
"ansi",
"arrays",
"bifunctors",
"codec",
"codec-json",
"console",
"control",
"effect",
"either",
"elmish",
"exceptions",
"foldable-traversable",
"foreign",
"functions",
"identity",
"json",
"language-cst-parser",
"maybe",
"newtype",
"node-buffer",
"node-fs",
"node-path",
"node-process",
"nullable",
"ordered-collections",
"prelude",
"profunctor",
"record",
"strings",
"stringutils",
"transformers",
"tuples",
"typelevel-prelude"
],
"repo": "https://github.com/collegevine/purescript-whine.git",
"version": "v0.0.1"
},
"xterm": {
"dependencies": [
"aff-promise",
Expand Down
39 changes: 39 additions & 0 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -6720,6 +6720,45 @@
, repo = "https://github.com/maxdeviant/purescript-which.git"
, version = "v2.0.0"
}
, whine-core =
{ dependencies =
[ "ansi"
, "arrays"
, "bifunctors"
, "codec"
, "codec-json"
, "console"
, "control"
, "effect"
, "either"
, "elmish"
, "exceptions"
, "foldable-traversable"
, "foreign"
, "functions"
, "identity"
, "json"
, "language-cst-parser"
, "maybe"
, "newtype"
, "node-buffer"
, "node-fs"
, "node-path"
, "node-process"
, "nullable"
, "ordered-collections"
, "prelude"
, "profunctor"
, "record"
, "strings"
, "stringutils"
, "transformers"
, "tuples"
, "typelevel-prelude"
]
, repo = "https://github.com/collegevine/purescript-whine.git"
, version = "v0.0.1"
}
, xterm =
{ dependencies = [ "aff-promise", "css", "options", "web-uievents" ]
, repo = "https://github.com/grybiena/xterm.git"
Expand Down

0 comments on commit 8a519a2

Please sign in to comment.