eliom 5.0 is only available with a ppx-enabled ocaml
This commit is contained in:
parent
abfe632ce2
commit
33a5a132e5
@ -4908,7 +4908,10 @@ in
|
||||
|
||||
eff = callPackage ../development/interpreters/eff { };
|
||||
|
||||
eliom = callPackage ../development/ocaml-modules/eliom { };
|
||||
eliom =
|
||||
if lib.versionAtLeast ocaml_version "4.02"
|
||||
then callPackage ../development/ocaml-modules/eliom { }
|
||||
else null;
|
||||
|
||||
enumerate = callPackage ../development/ocaml-modules/enumerate { };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user