Skip to content

Commit 9a430ea

Browse files
Update to the 64.3.0 package set.
1 parent c645336 commit 9a430ea

File tree

3 files changed

+47
-1
lines changed

3 files changed

+47
-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-20250421"
34+
"0.15.15": "psc-0.15.15-20250423"
3535
}

packages.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5822,6 +5822,23 @@
58225822
"repo": "https://github.com/justinwoo/purescript-record-extra.git",
58235823
"version": "v5.0.1"
58245824
},
5825+
"record-extra-srghma": {
5826+
"dependencies": [
5827+
"arrays",
5828+
"control",
5829+
"functions",
5830+
"lists",
5831+
"maybe",
5832+
"parallel",
5833+
"prelude",
5834+
"record",
5835+
"tuples",
5836+
"typelevel-prelude",
5837+
"unfoldable"
5838+
],
5839+
"repo": "https://github.com/srghma/purescript-record-extra-srghma.git",
5840+
"version": "v0.1.1"
5841+
},
58255842
"record-ptional-fields": {
58265843
"dependencies": [
58275844
"maybe",
@@ -7347,6 +7364,13 @@
73477364
"repo": "https://github.com/cakekindel/purescript-url-immutable.git",
73487365
"version": "v1.0.0"
73497366
},
7367+
"url-regex-safe": {
7368+
"dependencies": [
7369+
"strings"
7370+
],
7371+
"repo": "https://github.com/srghma/purescript-url-regex-safe.git",
7372+
"version": "v0.1.1"
7373+
},
73507374
"uuid": {
73517375
"dependencies": [
73527376
"aff",

src/packages.dhall

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5229,6 +5229,23 @@
52295229
, repo = "https://github.com/justinwoo/purescript-record-extra.git"
52305230
, version = "v5.0.1"
52315231
}
5232+
, record-extra-srghma =
5233+
{ dependencies =
5234+
[ "arrays"
5235+
, "control"
5236+
, "functions"
5237+
, "lists"
5238+
, "maybe"
5239+
, "parallel"
5240+
, "prelude"
5241+
, "record"
5242+
, "tuples"
5243+
, "typelevel-prelude"
5244+
, "unfoldable"
5245+
]
5246+
, repo = "https://github.com/srghma/purescript-record-extra-srghma.git"
5247+
, version = "v0.1.1"
5248+
}
52325249
, record-ptional-fields =
52335250
{ dependencies =
52345251
[ "maybe"
@@ -6599,6 +6616,11 @@
65996616
, repo = "https://github.com/cakekindel/purescript-url-immutable.git"
66006617
, version = "v1.0.0"
66016618
}
6619+
, url-regex-safe =
6620+
{ dependencies = [ "strings" ]
6621+
, repo = "https://github.com/srghma/purescript-url-regex-safe.git"
6622+
, version = "v0.1.1"
6623+
}
66026624
, uuid =
66036625
{ dependencies =
66046626
[ "aff", "effect", "maybe", "partial", "prelude", "spec", "strings" ]

0 commit comments

Comments
 (0)