ocamlPackages.utop: disable for OCaml ≤ 4.02

This commit is contained in:
Vincent Laporte 2019-02-22 17:00:57 +00:00
parent 9a666f92a2
commit 74d519b234
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -2,7 +2,7 @@
, lambdaTerm, cppo, makeWrapper , lambdaTerm, cppo, makeWrapper
}: }:
if !stdenv.lib.versionAtLeast ocaml.version "4.02" if !stdenv.lib.versionAtLeast ocaml.version "4.03"
then throw "utop is not available for OCaml ${ocaml.version}" then throw "utop is not available for OCaml ${ocaml.version}"
else else