Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible with OCaml 4.08 #1190

Closed
dhil opened this issue Nov 15, 2023 · 2 comments
Closed

Incompatible with OCaml 4.08 #1190

dhil opened this issue Nov 15, 2023 · 2 comments

Comments

@dhil
Copy link
Member

dhil commented Nov 15, 2023

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.

@dhil
Copy link
Member Author

dhil commented Nov 22, 2023

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).

@dhil
Copy link
Member Author

dhil commented Nov 27, 2023

Fixed by #1191.

@dhil dhil closed this as completed Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant