File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ depends: [
2626 "menhir" {>= "20180538"}
2727 "ocaml" {>= "4.04"}
2828 "odoc" {with-doc}
29+ "ppx_deriving" {>= "5.0"}
2930 "ppx_deriving_yojson"
3031 "visitors" {>= "20200207"}
3132 "yojson" {< "2.0.0"}
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ depends: [
2626 "menhir" {>= "20180538"}
2727 "ocaml" {>= "4.04"}
2828 "odoc" {with-doc}
29+ "ppx_deriving" {>= "5.0"}
2930 "ppx_deriving_yojson"
3031 "visitors" {>= "20200207"}
3132 "yojson" {>= "1.6.0" & < "2.0.0"}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ depends: [
1717 "dune"
1818 "morbig" {>= "0.10.0" & < "0.11.0"}
1919 "ocaml" {>= "4.04"}
20- "ppx_deriving"
20+ "ppx_deriving" {>= "5.0"}
2121]
2222
2323build: [
You can’t perform that action at this time.
0 commit comments