Skip to content

Commit f6e7298

Browse files
Update to the 75.5.0 package set.
1 parent 437c5bb commit f6e7298

3 files changed

Lines changed: 65 additions & 13 deletions

File tree

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-20260330"
34+
"0.15.15": "psc-0.15.15-20260331"
3535
}

packages.json

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3575,7 +3575,7 @@
35753575
"tuples"
35763576
],
35773577
"repo": "https://github.com/afcondon/purescript-hylograph-music.git",
3578-
"version": "v0.2.0"
3578+
"version": "v0.3.0"
35793579
},
35803580
"hylograph-optics": {
35813581
"dependencies": [
@@ -3628,7 +3628,7 @@
36283628
"web-uievents"
36293629
],
36303630
"repo": "https://github.com/afcondon/purescript-hylograph-selection.git",
3631-
"version": "v0.3.4"
3631+
"version": "v0.4.0"
36323632
},
36333633
"hylograph-simulation": {
36343634
"dependencies": [
@@ -3638,7 +3638,6 @@
36383638
"effect",
36393639
"foldable-traversable",
36403640
"foreign-object",
3641-
"functions",
36423641
"hylograph-selection",
36433642
"hylograph-transitions",
36443643
"integers",
@@ -3651,11 +3650,10 @@
36513650
"refs",
36523651
"tuples",
36533652
"typelevel-prelude",
3654-
"unsafe-coerce",
36553653
"web-dom"
36563654
],
36573655
"repo": "https://github.com/afcondon/purescript-hylograph-simulation.git",
3658-
"version": "v0.3.0"
3656+
"version": "v0.4.0"
36593657
},
36603658
"hylograph-simulation-core": {
36613659
"dependencies": [
@@ -3682,7 +3680,7 @@
36823680
"refs"
36833681
],
36843682
"repo": "https://github.com/afcondon/purescript-hylograph-simulation-halogen.git",
3685-
"version": "v0.3.0"
3683+
"version": "v0.4.0"
36863684
},
36873685
"hylograph-transitions": {
36883686
"dependencies": [
@@ -4193,6 +4191,34 @@
41934191
"repo": "https://github.com/purescript-open-community/purescript-jsdom.git",
41944192
"version": "v1.0.0"
41954193
},
4194+
"jsinc": {
4195+
"dependencies": [
4196+
"aff",
4197+
"aff-promise",
4198+
"argonaut",
4199+
"arrays",
4200+
"effect",
4201+
"either",
4202+
"exceptions",
4203+
"fetch-core",
4204+
"foreign-object",
4205+
"identity",
4206+
"integers",
4207+
"maybe",
4208+
"newtype",
4209+
"numbers",
4210+
"prelude",
4211+
"strings",
4212+
"transformers",
4213+
"tuples",
4214+
"unicode",
4215+
"unsafe-coerce",
4216+
"web-encoding",
4217+
"web-streams"
4218+
],
4219+
"repo": "https://github.com/david-sledge/purescript-jsinc.git",
4220+
"version": "v0.5.1"
4221+
},
41964222
"json": {
41974223
"dependencies": [
41984224
"arrays",

src/packages.dhall

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3308,7 +3308,7 @@
33083308
, "tuples"
33093309
]
33103310
, repo = "https://github.com/afcondon/purescript-hylograph-music.git"
3311-
, version = "v0.2.0"
3311+
, version = "v0.3.0"
33123312
}
33133313
, hylograph-optics =
33143314
{ dependencies =
@@ -3361,7 +3361,7 @@
33613361
, "web-uievents"
33623362
]
33633363
, repo = "https://github.com/afcondon/purescript-hylograph-selection.git"
3364-
, version = "v0.3.4"
3364+
, version = "v0.4.0"
33653365
}
33663366
, hylograph-simulation =
33673367
{ dependencies =
@@ -3371,7 +3371,6 @@
33713371
, "effect"
33723372
, "foldable-traversable"
33733373
, "foreign-object"
3374-
, "functions"
33753374
, "hylograph-selection"
33763375
, "hylograph-transitions"
33773376
, "integers"
@@ -3384,11 +3383,10 @@
33843383
, "refs"
33853384
, "tuples"
33863385
, "typelevel-prelude"
3387-
, "unsafe-coerce"
33883386
, "web-dom"
33893387
]
33903388
, repo = "https://github.com/afcondon/purescript-hylograph-simulation.git"
3391-
, version = "v0.3.0"
3389+
, version = "v0.4.0"
33923390
}
33933391
, hylograph-simulation-core =
33943392
{ dependencies =
@@ -3417,7 +3415,7 @@
34173415
]
34183416
, repo =
34193417
"https://github.com/afcondon/purescript-hylograph-simulation-halogen.git"
3420-
, version = "v0.3.0"
3418+
, version = "v0.4.0"
34213419
}
34223420
, hylograph-transitions =
34233421
{ dependencies =
@@ -3874,6 +3872,34 @@
38743872
, repo = "https://github.com/purescript-open-community/purescript-jsdom.git"
38753873
, version = "v1.0.0"
38763874
}
3875+
, jsinc =
3876+
{ dependencies =
3877+
[ "aff"
3878+
, "aff-promise"
3879+
, "argonaut"
3880+
, "arrays"
3881+
, "effect"
3882+
, "either"
3883+
, "exceptions"
3884+
, "fetch-core"
3885+
, "foreign-object"
3886+
, "identity"
3887+
, "integers"
3888+
, "maybe"
3889+
, "newtype"
3890+
, "numbers"
3891+
, "prelude"
3892+
, "strings"
3893+
, "transformers"
3894+
, "tuples"
3895+
, "unicode"
3896+
, "unsafe-coerce"
3897+
, "web-encoding"
3898+
, "web-streams"
3899+
]
3900+
, repo = "https://github.com/david-sledge/purescript-jsinc.git"
3901+
, version = "v0.5.1"
3902+
}
38773903
, json =
38783904
{ dependencies =
38793905
[ "arrays"

0 commit comments

Comments
 (0)