ocamlPackages.lwt2: disable for OCaml ≥ 4.06
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
if !stdenv.lib.versionAtLeast ocaml.version "4"
|
if !stdenv.lib.versionAtLeast ocaml.version "4"
|
||||||
|
|| stdenv.lib.versionAtLeast ocaml.version "4.06"
|
||||||
then throw "lwt is not available for OCaml ${ocaml.version}"
|
then throw "lwt is not available for OCaml ${ocaml.version}"
|
||||||
else
|
else
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user