links-lang / links

Links: Linking Theory to Practice for the Web
http://www.links-lang.org
Other
320 stars 42 forks source link

Incompatible with OCaml 4.08 #1190

Closed dhil closed 10 months ago

dhil commented 10 months ago

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 commented 10 months ago

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 commented 10 months ago

Fixed by #1191.