Skip to content

Commit 7642f16

Browse files
authored
Merge pull request #28182 from jmid/ppx-yojson-conv-v-scheme
Patch catala, forester, and mutaml to use `ppx_yojson_conv`'s `v`-prefixed version scheme
2 parents 5626e0c + 09503ff commit 7642f16

File tree

3 files changed

+3
-3
lines changed
  • packages
    • catala/catala.0.9.0
    • forester/forester.5.0
    • mutaml/mutaml.0.3

3 files changed

+3
-3
lines changed

packages/catala/catala.0.9.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ depends: [
3131
"ocamlfind" {!= "1.9.5"}
3232
"ocamlgraph" {>= "1.8.8"}
3333
"yojson" {>= "2.0" }
34-
"ppx_yojson_conv" {>= "0.14.0"}
34+
"ppx_yojson_conv" {>= "v0.14.0"}
3535
"re" {>= "1.9.0"}
3636
"sedlex" {>= "2.4" & < "3.5"}
3737
"uutf" {>= "1.0.3"}

packages/forester/forester.5.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ depends: [
3333
"cid" {>= "0.1.0"}
3434
"lsp" {>= "0.19.0"}
3535
"jsonrpc" {>= "1.22.0"}
36-
"ppx_yojson_conv" {>= "0.17.0"}
36+
"ppx_yojson_conv" {>= "v0.17.0"}
3737
"logs" {>= "0.7.0"}
3838
"bisect_ppx" {>= "2.8.3"}
3939
"cohttp-eio" {>= "6.0.0"}

packages/mutaml/mutaml.0.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"dune" {>= "3.0"}
2020
"ocaml" {>= "4.12.0"}
2121
"ppxlib" {>= "0.28.0"}
22-
"ppx_yojson_conv" {>= "0.14.0"}
22+
"ppx_yojson_conv" {>= "v0.14.0"}
2323
"stdlib-random"
2424
"conf-timeout"
2525
"conf-which"

0 commit comments

Comments
 (0)