Skip to content

Commit eb0953b

Browse files
committed
prevent compilation error when using OCaml 5.4
1 parent a7935d0 commit eb0953b

File tree

3 files changed

+3
-3
lines changed
  • packages
    • why3-coq/why3-coq.1.8.1
    • why3-ide/why3-ide.1.8.1
    • why3/why3.1.8.1

3 files changed

+3
-3
lines changed

packages/why3-coq/why3-coq.1.8.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ install: [make "install-coq"]
4040
depends: [
4141
"conf-autoconf" {build & dev}
4242
"coq" {>= "8.16" & < "9.0"}
43-
"ocaml" {>= "4.09"}
43+
"ocaml" {>= "4.09" & < "5.4"}
4444
"ocamlfind" {build}
4545
"why3" {= version}
4646
]

packages/why3-ide/why3-ide.1.8.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ install: [make "install-ide"]
4141

4242
depends: [
4343
"conf-autoconf" {build & dev}
44-
"ocaml" {>= "4.09"}
44+
"ocaml" {>= "4.09" & < "5.4"}
4545
"ocamlfind" {build}
4646
"why3" {= version}
4747
"lablgtk3"

packages/why3/why3.1.8.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ install: [
5252

5353
depends: [
5454
"conf-autoconf" {build & dev}
55-
"ocaml" {>= "4.09"}
55+
"ocaml" {>= "4.09" & < "5.4"}
5656
"ocamlfind" {build}
5757
"menhir" {>= "20200211"}
5858
"zarith"

0 commit comments

Comments
 (0)