Skip to content

Commit

Permalink
Add deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bn-d committed May 12, 2023
1 parent f78d06d commit 8db8bdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
(description "[@@deriving] plugin to generate make functions")
(depends
(ppxlib (>= 0.10.0))
(ounit2 :with-test)))
(ounit2 :with-test)
(bisect_ppx :with-test)))
1 change: 1 addition & 0 deletions ppx_make.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ depends: [
"dune" {>= "2.7"}
"ppxlib" {>= "0.10.0"}
"ounit2" {with-test}
"bisect_ppx" {with-test}
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit 8db8bdc

Please sign in to comment.