Skip to content

Commit b62131e

Browse files
Use conflicts for vers spec of optional cairo2 dependency
Co-authored-by: Kate <[email protected]>
1 parent afe697e commit b62131e

File tree

1 file changed

+4
-1
lines changed
  • packages/OCADml/OCADml.0.5.0

1 file changed

+4
-1
lines changed

packages/OCADml/OCADml.0.5.0/opam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ depends: [
1515
"odoc" {with-doc}
1616
]
1717
depopts: [
18-
"cairo2" {>= "0.6.2"}
18+
"cairo2"
19+
]
20+
conflicts: [
21+
"cairo2" {< "0.6.2"}
1922
]
2023
build: [
2124
["dune" "subst"] {dev}

0 commit comments

Comments
 (0)