Skip to content

Commit

Permalink
Add explicit ppxlib dependency
Browse files Browse the repository at this point in the history
This will allow enforcing >= 0.33 in the near future.
  • Loading branch information
mbarbin committed Jul 18, 2024
1 parent 4d5e089 commit d876ef1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions auto-format.opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ depends: [
"ppx_let" {>= "v0.17" & < "v0.18"}
"ppx_sexp_conv" {>= "v0.17" & < "v0.18"}
"ppx_sexp_value" {>= "v0.17" & < "v0.18"}
"ppxlib" {>= "0.32"}
"odoc" {with-doc}
]
build: [
Expand Down
4 changes: 3 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,6 @@
(ppx_sexp_value
(and
(>= v0.17)
(< v0.18)))))
(< v0.18)))
(ppxlib
(>= 0.32))))

0 comments on commit d876ef1

Please sign in to comment.