Skip to content

Commit 4e1c1d2

Browse files
authored
Merge pull request ocaml#22677 from alan-j-hu/patch-1
Update version bounds: Camyll also works with 2.0.0~alpha3
2 parents 6244b38 + 88919b5 commit 4e1c1d2

File tree

1 file changed

+4
-1
lines changed
  • packages/camyll/camyll.0.4.1

1 file changed

+4
-1
lines changed

packages/camyll/camyll.0.4.1/opam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ depends: [
2727
"lambdasoup" {>= "0.7"}
2828
"markup" {>= "0.8"}
2929
"ocaml" {>= "4.12"}
30-
"omd" {= "2.0.0~alpha2"}
30+
"omd" {>= "2.0.0~"}
3131
"otoml" {>= "0.9.3"}
3232
"plist-xml" {< "0.4"}
3333
"re" {>= "1.9"}
@@ -37,6 +37,9 @@ depends: [
3737
"yaml" {>= "3.1"}
3838
"odoc" {with-doc}
3939
]
40+
conflicts: [
41+
"omd" {= "2.0.0~alpha1"}
42+
]
4043
build: [
4144
["dune" "subst"] {dev}
4245
[

0 commit comments

Comments
 (0)