Skip to content

Commit

Permalink
Fix add missing bound for ppxlib
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Dec 2, 2024
1 parent a5f788f commit e238e8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmdlang-to-base.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ depends: [
"ppx_let" {>= "v0.17" & < "v0.18"}
"ppx_sexp_conv" {>= "v0.17" & < "v0.18"}
"ppx_sexp_value" {>= "v0.17" & < "v0.18"}
"ppxlib" {>= "0.33"}
"stdio" {>= "v0.17" & < "v0.18"}
"odoc" {with-doc}
]
Expand Down
2 changes: 2 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@
(and
(>= v0.17)
(< v0.18)))
(ppxlib
(>= 0.33))
(stdio
(and
(>= v0.17)
Expand Down

0 comments on commit e238e8f

Please sign in to comment.