Skip to content

Commit ac37822

Browse files
committed
vector3 0.2.1 is not compatible with ocaml5
Fails with ``` === ERROR while compiling vector3.0.2.1 ======================================# context 2.2.0~alpha~dev | linux/x86_64 | ocaml-base-compiler.5.0.0 | file:///home/opam/opam-repository path ~/.opam/5.0/.opam-switch/build/vector3.0.2.1 command ~/.opam/opam-init/hooks/sandbox.sh build ocaml setup.ml -configure --prefix /home/opam/.opam/5.0 exit-code 2 env-file ~/.opam/log/vector3-7-a1b26d.env output-file ~/.opam/log/vector3-7-a1b26d.out File "./setup.ml", line 1404, characters 23-41: 1404 | let compare = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Error: Unbound module Pervasives ``` Signed-off-by: Marcello Seri <[email protected]>
1 parent 0cd336b commit ac37822

File tree

1 file changed

+1
-1
lines changed
  • packages/vector3/vector3.0.2.1

1 file changed

+1
-1
lines changed

packages/vector3/vector3.0.2.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ remove: [
1515
["ocamlfind" "remove" "vector3"]
1616
]
1717
depends: [
18-
"ocaml"
18+
"ocaml" {< "5.0"}
1919
"ocamlfind"
2020
"ocamlbuild" {build}
2121
]

0 commit comments

Comments
 (0)