Skip to content

Commit d735b93

Browse files
committed
Lower bound on ppx_deriving for old versions
1 parent dae408f commit d735b93

File tree

3 files changed

+3
-1
lines changed
  • packages
    • morbig
    • morsmall/morsmall.0.2.0

3 files changed

+3
-1
lines changed

packages/morbig/morbig.0.10.3/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"}

packages/morbig/morbig.0.10.4/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"}

packages/morsmall/morsmall.0.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2323
build: [

0 commit comments

Comments
 (0)