Skip to content

Commit 603e17f

Browse files
Update to the 69.8.0 package set.
1 parent 555819e commit 603e17f

File tree

3 files changed

+39
-7
lines changed

3 files changed

+39
-7
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-20260103"
34+
"0.15.15": "psc-0.15.15-20260104"
3535
}

packages.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8224,7 +8224,7 @@
82248224
"webb-thread"
82258225
],
82268226
"repo": "https://github.com/mitchellandwebb/webb-aff-list.git",
8227-
"version": "v0.0.1"
8227+
"version": "v0.0.2"
82288228
},
82298229
"webb-array": {
82308230
"dependencies": [
@@ -8234,7 +8234,7 @@
82348234
"prelude"
82358235
],
82368236
"repo": "https://github.com/mitchellandwebb/webb-array.git",
8237-
"version": "v0.0.1"
8237+
"version": "v0.0.2"
82388238
},
82398239
"webb-channel": {
82408240
"dependencies": [
@@ -8279,13 +8279,14 @@
82798279
"node-process",
82808280
"ordered-collections",
82818281
"prelude",
8282+
"strings",
82828283
"transformers",
82838284
"webb-monad",
82848285
"webb-refer",
82858286
"webb-stateful"
82868287
],
82878288
"repo": "https://github.com/mitchellandwebb/webb-directory.git",
8288-
"version": "v0.0.4"
8289+
"version": "v0.0.7"
82898290
},
82908291
"webb-file": {
82918292
"dependencies": [
@@ -8446,6 +8447,21 @@
84468447
"repo": "https://github.com/mitchellandwebb/webb-stateful.git",
84478448
"version": "v0.0.3"
84488449
},
8450+
"webb-string": {
8451+
"dependencies": [
8452+
"arrays",
8453+
"maybe",
8454+
"monad-loops",
8455+
"prelude",
8456+
"strings",
8457+
"transformers",
8458+
"tuples",
8459+
"webb-array",
8460+
"webb-refer"
8461+
],
8462+
"repo": "https://github.com/mitchellandwebb/webb-string.git",
8463+
"version": "v0.0.1"
8464+
},
84498465
"webb-test": {
84508466
"dependencies": [
84518467
"aff",

src/packages.dhall

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7379,12 +7379,12 @@
73797379
, "webb-thread"
73807380
]
73817381
, repo = "https://github.com/mitchellandwebb/webb-aff-list.git"
7382-
, version = "v0.0.1"
7382+
, version = "v0.0.2"
73837383
}
73847384
, webb-array =
73857385
{ dependencies = [ "arrays", "foldable-traversable", "maybe", "prelude" ]
73867386
, repo = "https://github.com/mitchellandwebb/webb-array.git"
7387-
, version = "v0.0.1"
7387+
, version = "v0.0.2"
73887388
}
73897389
, webb-channel =
73907390
{ dependencies =
@@ -7424,13 +7424,14 @@
74247424
, "node-process"
74257425
, "ordered-collections"
74267426
, "prelude"
7427+
, "strings"
74277428
, "transformers"
74287429
, "webb-monad"
74297430
, "webb-refer"
74307431
, "webb-stateful"
74317432
]
74327433
, repo = "https://github.com/mitchellandwebb/webb-directory.git"
7433-
, version = "v0.0.4"
7434+
, version = "v0.0.7"
74347435
}
74357436
, webb-file =
74367437
{ dependencies =
@@ -7577,6 +7578,21 @@
75777578
, repo = "https://github.com/mitchellandwebb/webb-stateful.git"
75787579
, version = "v0.0.3"
75797580
}
7581+
, webb-string =
7582+
{ dependencies =
7583+
[ "arrays"
7584+
, "maybe"
7585+
, "monad-loops"
7586+
, "prelude"
7587+
, "strings"
7588+
, "transformers"
7589+
, "tuples"
7590+
, "webb-array"
7591+
, "webb-refer"
7592+
]
7593+
, repo = "https://github.com/mitchellandwebb/webb-string.git"
7594+
, version = "v0.0.1"
7595+
}
75807596
, webb-test =
75817597
{ dependencies =
75827598
[ "aff"

0 commit comments

Comments
 (0)