Skip to content

Commit

Permalink
Fix missing test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed May 28, 2024
1 parent 552b5b2 commit 12cecab
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 @@ -74,6 +74,10 @@
(and
(>= v0.17)
(< v0.18)))
(re
(and
:with-test
(>= 1.8.0)))
(sexp_pretty
(and
:with-test
Expand Down
1 change: 1 addition & 0 deletions fpath-base.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"}
"re" {with-test & >= "1.8.0"}
"sexp_pretty" {with-test & >= "v0.17" & < "v0.18"}
"stdio" {with-test & >= "v0.17" & < "v0.18"}
"odoc" {with-doc}
Expand Down

0 comments on commit 12cecab

Please sign in to comment.