Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Aug 23, 2024
1 parent 3e336ad commit 2ebf451
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions commandlang-tests.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ depends: [
"core" {>= "v0.17" & < "v0.18"}
"core_unix" {>= "v0.17" & < "v0.18"}
"err0" {= version}
"err0-handler" {= version}
"expect_test_helpers_core" {>= "v0.17" & < "v0.18"}
"loc0" {>= "0.1.0"}
"mdx" {>= "2.4"}
Expand Down
1 change: 1 addition & 0 deletions commandlang-to-base.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ depends: [
"commandlang" {= version}
"core" {>= "v0.17" & < "v0.18"}
"err0" {= version}
"err0-handler" {= version}
"ppx_compare" {>= "v0.17" & < "v0.18"}
"ppx_enumerate" {>= "v0.17" & < "v0.18"}
"ppx_expect" {>= "v0.17" & < "v0.18"}
Expand Down
1 change: 1 addition & 0 deletions commandlang-to-climate.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ depends: [
"climate" {= "0.0.1~preview-0.1"}
"commandlang" {= version}
"err0" {= version}
"err0-handler" {= version}
"ppx_js_style" {dev & >= "v0.17" & < "v0.18"}
"odoc" {with-doc}
]
Expand Down
1 change: 1 addition & 0 deletions commandlang-to-cmdliner.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ depends: [
"cmdliner" {= "1.3.0"}
"commandlang" {= version}
"err0" {= version}
"err0-handler" {= version}
"ppx_js_style" {dev & >= "v0.17" & < "v0.18"}
"odoc" {with-doc}
]
Expand Down
8 changes: 8 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@
(< v0.18)))
(err0
(= :version))
(err0-handler
(= :version))
(ppx_compare
(and
(>= v0.17)
Expand Down Expand Up @@ -161,6 +163,8 @@
(= :version))
(err0
(= :version))
(err0-handler
(= :version))
(ppx_js_style
(and
:dev
Expand All @@ -183,6 +187,8 @@
(= :version))
(err0
(= :version))
(err0-handler
(= :version))
(ppx_js_style
(and
:dev
Expand Down Expand Up @@ -225,6 +231,8 @@
(< v0.18)))
(err0
(= :version))
(err0-handler
(= :version))
(expect_test_helpers_core
(and
(>= v0.17)
Expand Down

0 comments on commit 2ebf451

Please sign in to comment.