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 f31195d commit 4f1fa37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@
(and
(>= v0.17)
(< v0.18)))
(ppxlib
(>= 0.32))
(textutils
(and
(>= v0.17)
Expand Down
1 change: 1 addition & 0 deletions fingerboard.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,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"}
"textutils" {>= "v0.17" & < "v0.18"}
"odoc" {with-doc}
]
Expand Down

0 comments on commit 4f1fa37

Please sign in to comment.