Skip to content

Commit

Permalink
Add ppx dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Feb 27, 2024
1 parent e9c3797 commit 2fda9d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
:with-test
(>= v0.16)
(< v0.17)))
(ppx_fields_conv
(and
(>= v0.16)
(< v0.17)))
(ppx_hash
(and
(>= v0.16)
Expand Down
1 change: 1 addition & 0 deletions loc.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ depends: [
"ppx_compare" {>= "v0.16" & < "v0.17"}
"ppx_enumerate" {>= "v0.16" & < "v0.17"}
"ppx_expect" {with-test & >= "v0.16" & < "v0.17"}
"ppx_fields_conv" {>= "v0.16" & < "v0.17"}
"ppx_hash" {>= "v0.16" & < "v0.17"}
"ppx_here" {>= "v0.16" & < "v0.17"}
"ppx_js_style" {>= "v0.16" & < "v0.17"}
Expand Down

0 comments on commit 2fda9d6

Please sign in to comment.