Skip to content

Commit

Permalink
ppx_deriving_argparse: put more precise constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Jul 9, 2019
1 parent 49f96c0 commit 587c1be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build: [
]
[
"ocamlbuild" "-classic-display" "-use-ocamlfind" "src_test/test.byte" "--"
] {with-test}
] {with-test & ppx_deriving:version < "4.3"}
]
depends: [
"ocaml" {>= "4.03.0"}
Expand All @@ -25,7 +25,7 @@ depends: [
"cppo" {build}
"cppo_ocamlbuild" {build}
"ocaml-migrate-parsetree"
"ppx_deriving" {>= "3.2" & < "4.3"}
"ppx_deriving" {>= "3.2" & < "5.0"}
"ppx_derivers"
"result" {with-test}
"ounit" {with-test}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build: [
]
[
"ocamlbuild" "-classic-display" "-use-ocamlfind" "src_test/test.byte" "--"
] {with-test}
] {with-test & ppx_deriving:version < "4.3"}
]
depends: [
"ocaml" {>= "4.03.0"}
Expand All @@ -25,7 +25,7 @@ depends: [
"cppo" {build}
"cppo_ocamlbuild" {build}
"ocaml-migrate-parsetree"
"ppx_deriving" {>= "3.2" & < "4.3"}
"ppx_deriving" {>= "3.2" & < "5.0"}
"ppx_derivers"
"result" {with-test}
"ounit" {with-test}
Expand Down

0 comments on commit 587c1be

Please sign in to comment.