ocamlPackages.notty: disable for OCaml ≥ 4.14

This commit is contained in:
Vincent Laporte 2022-08-07 09:51:53 +02:00 committed by Vincent Laporte
parent ad01127699
commit 5fb8ee0ec6

View file

@ -5,6 +5,7 @@
with lib;
if versionOlder ocaml.version "4.05"
|| versionAtLeast ocaml.version "4.14"
then throw "notty is not available for OCaml ${ocaml.version}"
else