Skip to content

Commit

Permalink
Update to the 62.2.1 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Dec 30, 2024
1 parent 8a519a2 commit ed71e6e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
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-20241226"
"0.15.15": "psc-0.15.15-20241230"
}
9 changes: 7 additions & 2 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -7566,6 +7566,8 @@
},
"whine-core": {
"dependencies": [
"aff",
"aff-promise",
"ansi",
"arrays",
"bifunctors",
Expand All @@ -7579,6 +7581,7 @@
"exceptions",
"foldable-traversable",
"foreign",
"foreign-object",
"functions",
"identity",
"json",
Expand All @@ -7590,6 +7593,7 @@
"node-path",
"node-process",
"nullable",
"optparse",
"ordered-collections",
"prelude",
"profunctor",
Expand All @@ -7598,10 +7602,11 @@
"stringutils",
"transformers",
"tuples",
"typelevel-prelude"
"typelevel-prelude",
"untagged-union"
],
"repo": "https://github.com/collegevine/purescript-whine.git",
"version": "v0.0.1"
"version": "v0.0.13"
},
"xterm": {
"dependencies": [
Expand Down
9 changes: 7 additions & 2 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -6722,7 +6722,9 @@
}
, whine-core =
{ dependencies =
[ "ansi"
[ "aff"
, "aff-promise"
, "ansi"
, "arrays"
, "bifunctors"
, "codec"
Expand All @@ -6735,6 +6737,7 @@
, "exceptions"
, "foldable-traversable"
, "foreign"
, "foreign-object"
, "functions"
, "identity"
, "json"
Expand All @@ -6746,6 +6749,7 @@
, "node-path"
, "node-process"
, "nullable"
, "optparse"
, "ordered-collections"
, "prelude"
, "profunctor"
Expand All @@ -6755,9 +6759,10 @@
, "transformers"
, "tuples"
, "typelevel-prelude"
, "untagged-union"
]
, repo = "https://github.com/collegevine/purescript-whine.git"
, version = "v0.0.1"
, version = "v0.0.13"
}
, xterm =
{ dependencies = [ "aff-promise", "css", "options", "web-uievents" ]
Expand Down

0 comments on commit ed71e6e

Please sign in to comment.