Skip to content

Commit 0a9e473

Browse files
committed
Num 1.5 is not compatible with ocaml 5.4
1 parent c8e0a60 commit 0a9e473

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/num/num.1.5-1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build: [
1717
[make "test"] {with-test}
1818
]
1919
depends: [
20-
"ocaml" {>= "4.06.0"}
20+
"ocaml" {>= "4.06.0" & < "5.4"}
2121
]
2222
conflicts: [ "base-num" ]
2323
synopsis:

packages/num/num.1.5/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build: [
1616
[make "test"] {with-test}
1717
]
1818
depends: [
19-
"ocaml" {>= "4.06.0"}
19+
"ocaml" {>= "4.06.0" & < "5.4"}
2020
]
2121
conflicts: [ "base-num" ]
2222
synopsis:

0 commit comments

Comments
 (0)