Skip to content

Commit b5f5c15

Browse files
committed
Require doc-ock, doc-ock-html, doc-ock-xml 1.2.0
1 parent 19e4d26 commit b5f5c15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

odoc.opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ available: [ ocaml-version >= "4.03.0" ]
1515
depends: [
1616
"ocamlfind" {build}
1717
"jbuilder" {build & >= "1.0+beta10"}
18-
"doc-ock"
19-
"doc-ock-html"
20-
"doc-ock-xml"
18+
"doc-ock" {>= "1.2.0" }
19+
"doc-ock-html" {>= "1.2.0" }
20+
"doc-ock-xml" {>= "1.2.0" }
2121
"tyxml" {>= "4.0.0" }
2222
"bos"
2323
"fpath"

0 commit comments

Comments
 (0)