ocamlPackages.lwt2: disable for OCaml ≥ 4.06

This commit is contained in:
Vincent Laporte 2018-08-21 14:14:54 +00:00
parent 78b8fc7a75
commit 4f7c4e70e4
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -6,6 +6,7 @@
}:
if !stdenv.lib.versionAtLeast ocaml.version "4"
|| stdenv.lib.versionAtLeast ocaml.version "4.06"
then throw "lwt is not available for OCaml ${ocaml.version}"
else