Skip to content

Commit 15bc7c2

Browse files
Update to the 77.13.0 package set.
1 parent 6c336d5 commit 15bc7c2

3 files changed

Lines changed: 27 additions & 1 deletion

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

packages.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,19 @@
735735
"repo": "https://github.com/klntsky/purescript-bower-json.git",
736736
"version": "v3.0.0"
737737
},
738+
"bytestrings": {
739+
"dependencies": [
740+
"arrays",
741+
"integers",
742+
"maybe",
743+
"prelude",
744+
"st",
745+
"strings",
746+
"unsafe-coerce"
747+
],
748+
"repo": "https://github.com/f-f/purescript-bytestrings.git",
749+
"version": "v9.0.0"
750+
},
738751
"call-by-name": {
739752
"dependencies": [
740753
"control",

src/packages.dhall

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,19 @@
660660
, repo = "https://github.com/klntsky/purescript-bower-json.git"
661661
, version = "v3.0.0"
662662
}
663+
, bytestrings =
664+
{ dependencies =
665+
[ "arrays"
666+
, "integers"
667+
, "maybe"
668+
, "prelude"
669+
, "st"
670+
, "strings"
671+
, "unsafe-coerce"
672+
]
673+
, repo = "https://github.com/f-f/purescript-bytestrings.git"
674+
, version = "v9.0.0"
675+
}
663676
, call-by-name =
664677
{ dependencies =
665678
[ "control", "either", "lazy", "maybe", "prelude", "unsafe-coerce" ]

0 commit comments

Comments
 (0)