You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Links no longer builds with OCaml 4.08, it appears to be the case since #1188.
[ERROR] Package conflict!
* No agreement on the version of ocaml:
- (invariant) → ocaml-base-compiler = 4.08.0 → ocaml = 4.08.0
- links → ppx_sexp_conv >= v0.16.0 → ocaml >= 4.14.0
You can temporarily relax the switch invariant with `--update-invariant'
I suggest we raise the lower bound to 4.14.0, or alternatively to 5.0.
The text was updated successfully, but these errors were encountered:
The latest release of Links is compatible only with OCaml 4.14 and forward. I suggest we update the lower bound in the OPAM files in our repository asap (this would be done by #1191 too).
Links no longer builds with OCaml 4.08, it appears to be the case since #1188.
I suggest we raise the lower bound to 4.14.0, or alternatively to 5.0.
The text was updated successfully, but these errors were encountered: