Skip to content

Commit 9e96f0a

Browse files
Update to the 75.6.0 package set.
1 parent f6e7298 commit 9e96f0a

File tree

3 files changed

+11
-11
lines changed

3 files changed

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

packages.json

Lines changed: 5 additions & 5 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.3.0"
3578+
"version": "v0.4.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.4.0"
3631+
"version": "v0.5.0"
36323632
},
36333633
"hylograph-simulation": {
36343634
"dependencies": [
@@ -3653,7 +3653,7 @@
36533653
"web-dom"
36543654
],
36553655
"repo": "https://github.com/afcondon/purescript-hylograph-simulation.git",
3656-
"version": "v0.4.0"
3656+
"version": "v0.5.0"
36573657
},
36583658
"hylograph-simulation-core": {
36593659
"dependencies": [
@@ -3680,7 +3680,7 @@
36803680
"refs"
36813681
],
36823682
"repo": "https://github.com/afcondon/purescript-hylograph-simulation-halogen.git",
3683-
"version": "v0.4.0"
3683+
"version": "v0.5.0"
36843684
},
36853685
"hylograph-transitions": {
36863686
"dependencies": [
@@ -7487,7 +7487,7 @@
74877487
"sigil"
74887488
],
74897489
"repo": "https://github.com/afcondon/purescript-sigil-hats.git",
7490-
"version": "v0.2.0"
7490+
"version": "v0.3.0"
74917491
},
74927492
"signal": {
74937493
"dependencies": [

src/packages.dhall

Lines changed: 5 additions & 5 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.3.0"
3311+
, version = "v0.4.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.4.0"
3364+
, version = "v0.5.0"
33653365
}
33663366
, hylograph-simulation =
33673367
{ dependencies =
@@ -3386,7 +3386,7 @@
33863386
, "web-dom"
33873387
]
33883388
, repo = "https://github.com/afcondon/purescript-hylograph-simulation.git"
3389-
, version = "v0.4.0"
3389+
, version = "v0.5.0"
33903390
}
33913391
, hylograph-simulation-core =
33923392
{ dependencies =
@@ -3415,7 +3415,7 @@
34153415
]
34163416
, repo =
34173417
"https://github.com/afcondon/purescript-hylograph-simulation-halogen.git"
3418-
, version = "v0.4.0"
3418+
, version = "v0.5.0"
34193419
}
34203420
, hylograph-transitions =
34213421
{ dependencies =
@@ -6923,7 +6923,7 @@
69236923
, sigil-hats =
69246924
{ dependencies = [ "hylograph-selection", "maybe", "prelude", "sigil" ]
69256925
, repo = "https://github.com/afcondon/purescript-sigil-hats.git"
6926-
, version = "v0.2.0"
6926+
, version = "v0.3.0"
69276927
}
69286928
, signal =
69296929
{ dependencies =

0 commit comments

Comments
 (0)