Skip to content

Commit 2f1e4a2

Browse files
Update to the 75.1.0 package set.
1 parent 19df393 commit 2f1e4a2

3 files changed

Lines changed: 44 additions & 18 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-20260322"
34+
"0.15.15": "psc-0.15.15-20260324"
3535
}

packages.json

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3538,7 +3538,7 @@
35383538
"tuples"
35393539
],
35403540
"repo": "https://github.com/afcondon/purescript-hylograph-layout.git",
3541-
"version": "v0.2.0"
3541+
"version": "v0.2.1"
35423542
},
35433543
"hylograph-music": {
35443544
"dependencies": [
@@ -3548,14 +3548,13 @@
35483548
"hylograph-selection",
35493549
"integers",
35503550
"maybe",
3551-
"ordered-collections",
3551+
"numbers",
35523552
"prelude",
35533553
"refs",
3554-
"tuples",
3555-
"web-dom"
3554+
"tuples"
35563555
],
35573556
"repo": "https://github.com/afcondon/purescript-hylograph-music.git",
3558-
"version": "v0.1.0"
3557+
"version": "v0.2.0"
35593558
},
35603559
"hylograph-optics": {
35613560
"dependencies": [
@@ -3577,7 +3576,6 @@
35773576
"dependencies": [
35783577
"arrays",
35793578
"colors",
3580-
"console",
35813579
"contravariant",
35823580
"datetime",
35833581
"effect",
@@ -3594,7 +3592,6 @@
35943592
"nullable",
35953593
"numbers",
35963594
"ordered-collections",
3597-
"partial",
35983595
"prelude",
35993596
"refs",
36003597
"strings",
@@ -3603,14 +3600,14 @@
36033600
"tuples",
36043601
"typelevel-prelude",
36053602
"unsafe-coerce",
3606-
"unsafe-reference",
36073603
"web-dom",
3604+
"web-events",
36083605
"web-html",
36093606
"web-pointerevents",
36103607
"web-uievents"
36113608
],
36123609
"repo": "https://github.com/afcondon/purescript-hylograph-selection.git",
3613-
"version": "v0.1.1"
3610+
"version": "v0.3.4"
36143611
},
36153612
"hylograph-simulation": {
36163613
"dependencies": [
@@ -4386,6 +4383,17 @@
43864383
"repo": "https://github.com/gbagan/purescript-linalg.git",
43874384
"version": "v6.0.0"
43884385
},
4386+
"linear": {
4387+
"dependencies": [
4388+
"foldable-traversable",
4389+
"maybe",
4390+
"newtype",
4391+
"numbers",
4392+
"prelude"
4393+
],
4394+
"repo": "https://github.com/afcondon/purescript-linear.git",
4395+
"version": "v0.1.0"
4396+
},
43894397
"lists": {
43904398
"dependencies": [
43914399
"bifunctors",
@@ -7424,6 +7432,16 @@
74247432
"repo": "https://github.com/afcondon/purescript-sigil.git",
74257433
"version": "v0.3.0"
74267434
},
7435+
"sigil-hats": {
7436+
"dependencies": [
7437+
"hylograph-selection",
7438+
"maybe",
7439+
"prelude",
7440+
"sigil"
7441+
],
7442+
"repo": "https://github.com/afcondon/purescript-sigil-hats.git",
7443+
"version": "v0.2.0"
7444+
},
74277445
"signal": {
74287446
"dependencies": [
74297447
"aff",

src/packages.dhall

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3271,7 +3271,7 @@
32713271
, "tuples"
32723272
]
32733273
, repo = "https://github.com/afcondon/purescript-hylograph-layout.git"
3274-
, version = "v0.2.0"
3274+
, version = "v0.2.1"
32753275
}
32763276
, hylograph-music =
32773277
{ dependencies =
@@ -3281,14 +3281,13 @@
32813281
, "hylograph-selection"
32823282
, "integers"
32833283
, "maybe"
3284-
, "ordered-collections"
3284+
, "numbers"
32853285
, "prelude"
32863286
, "refs"
32873287
, "tuples"
3288-
, "web-dom"
32893288
]
32903289
, repo = "https://github.com/afcondon/purescript-hylograph-music.git"
3291-
, version = "v0.1.0"
3290+
, version = "v0.2.0"
32923291
}
32933292
, hylograph-optics =
32943293
{ dependencies =
@@ -3310,7 +3309,6 @@
33103309
{ dependencies =
33113310
[ "arrays"
33123311
, "colors"
3313-
, "console"
33143312
, "contravariant"
33153313
, "datetime"
33163314
, "effect"
@@ -3327,7 +3325,6 @@
33273325
, "nullable"
33283326
, "numbers"
33293327
, "ordered-collections"
3330-
, "partial"
33313328
, "prelude"
33323329
, "refs"
33333330
, "strings"
@@ -3336,14 +3333,14 @@
33363333
, "tuples"
33373334
, "typelevel-prelude"
33383335
, "unsafe-coerce"
3339-
, "unsafe-reference"
33403336
, "web-dom"
3337+
, "web-events"
33413338
, "web-html"
33423339
, "web-pointerevents"
33433340
, "web-uievents"
33443341
]
33453342
, repo = "https://github.com/afcondon/purescript-hylograph-selection.git"
3346-
, version = "v0.1.1"
3343+
, version = "v0.3.4"
33473344
}
33483345
, hylograph-simulation =
33493346
{ dependencies =
@@ -4041,6 +4038,12 @@
40414038
, repo = "https://github.com/gbagan/purescript-linalg.git"
40424039
, version = "v6.0.0"
40434040
}
4041+
, linear =
4042+
{ dependencies =
4043+
[ "foldable-traversable", "maybe", "newtype", "numbers", "prelude" ]
4044+
, repo = "https://github.com/afcondon/purescript-linear.git"
4045+
, version = "v0.1.0"
4046+
}
40444047
, lists =
40454048
{ dependencies =
40464049
[ "bifunctors"
@@ -6870,6 +6873,11 @@
68706873
, repo = "https://github.com/afcondon/purescript-sigil.git"
68716874
, version = "v0.3.0"
68726875
}
6876+
, sigil-hats =
6877+
{ dependencies = [ "hylograph-selection", "maybe", "prelude", "sigil" ]
6878+
, repo = "https://github.com/afcondon/purescript-sigil-hats.git"
6879+
, version = "v0.2.0"
6880+
}
68736881
, signal =
68746882
{ dependencies =
68756883
[ "aff", "effect", "either", "foldable-traversable", "maybe", "prelude" ]

0 commit comments

Comments
 (0)