Skip to content

Commit e2015e4

Browse files
Update to the 64.4.0 package set.
1 parent 9a430ea commit e2015e4

File tree

3 files changed

+30
-1
lines changed

3 files changed

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

packages.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7428,6 +7428,20 @@
74287428
"repo": "https://github.com/m-bock/purescript-variant-encodings.git",
74297429
"version": "v2.0.0"
74307430
},
7431+
"variant-gen": {
7432+
"dependencies": [
7433+
"gen",
7434+
"lists",
7435+
"nonempty",
7436+
"prelude",
7437+
"record",
7438+
"tuples",
7439+
"typelevel-prelude",
7440+
"variant"
7441+
],
7442+
"repo": "https://github.com/purescript-open-community/purescript-variant-gen.git",
7443+
"version": "v1.0.0"
7444+
},
74317445
"vectorfield": {
74327446
"dependencies": [
74337447
"console",

src/packages.dhall

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6663,6 +6663,21 @@
66636663
, repo = "https://github.com/m-bock/purescript-variant-encodings.git"
66646664
, version = "v2.0.0"
66656665
}
6666+
, variant-gen =
6667+
{ dependencies =
6668+
[ "gen"
6669+
, "lists"
6670+
, "nonempty"
6671+
, "prelude"
6672+
, "record"
6673+
, "tuples"
6674+
, "typelevel-prelude"
6675+
, "variant"
6676+
]
6677+
, repo =
6678+
"https://github.com/purescript-open-community/purescript-variant-gen.git"
6679+
, version = "v1.0.0"
6680+
}
66666681
, vectorfield =
66676682
{ dependencies = [ "console", "effect", "group", "prelude", "psci-support" ]
66686683
, repo = "https://github.com/csicar/purescript-vectorfield.git"

0 commit comments

Comments
 (0)