Closed kit-ty-kate closed 12 months ago
Everything is written in https://github.com/ocaml/dune/issues/9283 but in a nutshell this line (https://github.com/ocsigen/eliom/blob/10.1.2/src/lib/server/dune#L30-L33) and the rule above that one, probably need an extra (deps (universe)) to be correct or something like that.
(deps (universe))
@emillon would that work?
That's not the ideal fix, but yes, probably it would fix the issue.
Everything is written in https://github.com/ocaml/dune/issues/9283 but in a nutshell this line (https://github.com/ocsigen/eliom/blob/10.1.2/src/lib/server/dune#L30-L33) and the rule above that one, probably need an extra
(deps (universe))
to be correct or something like that.@emillon would that work?