Skip to content

Commit c5a885b

Browse files
Update to the 68.10.0 package set.
1 parent 1e9a950 commit c5a885b

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

latest-compatible-sets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
"0.15.12": "psc-0.15.12-20231123",
3232
"0.15.13": "psc-0.15.13-20231228",
3333
"0.15.14": "psc-0.15.14-20240227",
34-
"0.15.15": "psc-0.15.15-20251215"
34+
"0.15.15": "psc-0.15.15-20251220"
3535
}

packages.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8186,6 +8186,25 @@
81868186
"repo": "https://github.com/mitchellandwebb/webb-monad.git",
81878187
"version": "v0.0.2"
81888188
},
8189+
"webb-parsing": {
8190+
"dependencies": [
8191+
"arrays",
8192+
"control",
8193+
"effect",
8194+
"either",
8195+
"foldable-traversable",
8196+
"maybe",
8197+
"parsing",
8198+
"prelude",
8199+
"strings",
8200+
"transformers",
8201+
"tuples",
8202+
"webb-monad",
8203+
"webb-stateful"
8204+
],
8205+
"repo": "https://github.com/mitchellandwebb/webb-parsing.git",
8206+
"version": "v0.0.3"
8207+
},
81898208
"webb-random": {
81908209
"dependencies": [
81918210
"control",

src/packages.dhall

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7341,6 +7341,25 @@
73417341
, repo = "https://github.com/mitchellandwebb/webb-monad.git"
73427342
, version = "v0.0.2"
73437343
}
7344+
, webb-parsing =
7345+
{ dependencies =
7346+
[ "arrays"
7347+
, "control"
7348+
, "effect"
7349+
, "either"
7350+
, "foldable-traversable"
7351+
, "maybe"
7352+
, "parsing"
7353+
, "prelude"
7354+
, "strings"
7355+
, "transformers"
7356+
, "tuples"
7357+
, "webb-monad"
7358+
, "webb-stateful"
7359+
]
7360+
, repo = "https://github.com/mitchellandwebb/webb-parsing.git"
7361+
, version = "v0.0.3"
7362+
}
73447363
, webb-random =
73457364
{ dependencies =
73467365
[ "control"

0 commit comments

Comments
 (0)