Skip to content

Commit

Permalink
Add ppx_deriving upper bound to pa_ppx
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Rebours <nathan.p.rebours@gmail.com>
  • Loading branch information
NathanReb authored and mseri committed May 24, 2024
1 parent e462221 commit bfc383b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/pa_ppx/pa_ppx.0.10/opam
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ depends: [
"ounit"
"sexplib" { with-test & >= "v0.14.0" }
"ppx_import" { with-test & >= "1.7.1" }
"ppx_deriving" { with-test }
"ppx_deriving" { with-test & < "6.0.2"}
"ppx_deriving_yojson" { with-test & >= "3.5.2" & < "3.8.0" }
"ppx_here" { with-test & >= "v0.13.0" }
"ppx_sexp_conv" { with-test & >= "v0.13.0" }
Expand Down
2 changes: 1 addition & 1 deletion packages/pa_ppx/pa_ppx.0.11/opam
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ depends: [
"ounit"
"sexplib" { with-test & >= "v0.14.0" }
"ppx_import" { with-test & >= "1.7.1" }
"ppx_deriving" { with-test }
"ppx_deriving" { with-test & < "6.0.2"}
"ppx_deriving_yojson" { with-test & >= "3.5.2" & < "3.8.0" }
"ppx_here" { with-test & >= "v0.13.0" }
"ppx_sexp_conv" { with-test & >= "v0.13.0" }
Expand Down
2 changes: 1 addition & 1 deletion packages/pa_ppx/pa_ppx.0.12/opam
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ depends: [
"ounit"
"sexplib" { with-test & >= "v0.14.0" }
"ppx_import" { with-test & >= "1.7.1" }
"ppx_deriving" { with-test }
"ppx_deriving" { with-test & < "6.0.2"}
"ppx_deriving_yojson" { with-test & >= "3.5.2" & < "3.8.0" }
"ppx_here" { with-test & >= "v0.13.0" }
"ppx_sexp_conv" { with-test & >= "v0.13.0" }
Expand Down
2 changes: 1 addition & 1 deletion packages/pa_ppx/pa_ppx.0.13/opam
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ depends: [
"ounit"
"sexplib" { with-test & >= "v0.14.0" }
"ppx_import" { with-test & >= "1.7.1" }
"ppx_deriving" { with-test }
"ppx_deriving" { with-test & < "6.0.2"}
"ppx_deriving_yojson" { with-test & >= "3.5.2" & < "3.8.0" }
"ppx_here" { with-test & >= "v0.13.0" }
"ppx_sexp_conv" { with-test & >= "v0.13.0" }
Expand Down
2 changes: 1 addition & 1 deletion packages/pa_ppx/pa_ppx.0.14/opam
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ depends: [
"ounit"
"sexplib" { with-test & >= "v0.14.0" }
"ppx_import" { with-test & >= "1.7.1" }
"ppx_deriving" { with-test }
"ppx_deriving" { with-test & < "6.0.2"}
"ppx_deriving_yojson" { with-test & >= "3.5.2" & < "3.8.0" }
"ppx_here" { with-test & >= "v0.13.0" }
"ppx_sexp_conv" { with-test & >= "v0.13.0" }
Expand Down

0 comments on commit bfc383b

Please sign in to comment.