ocamlPackages.notty: disable for OCaml ≥ 4.14
This commit is contained in:
committed by
Vincent Laporte
parent
ad01127699
commit
5fb8ee0ec6
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user