Skip to content

Commit

Permalink
depends on odoc when building with-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vogler committed Feb 26, 2020
1 parent 83b4fc9 commit 8d686f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
(depends
(dune (>= 2.3.0))
(ocaml-migrate-parsetree (>= 1.6.0))
(odoc :with-doc)
)
)
1 change: 1 addition & 0 deletions ppx_distr_guards.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ bug-reports: "https://github.com/vogler/ppx_distr_guards/issues"
depends: [
"dune" {>= "2.3.0"}
"ocaml-migrate-parsetree" {>= "1.6.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {pinned}
Expand Down

0 comments on commit 8d686f2

Please sign in to comment.