Commit ac37822
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments