ocamlPackages.notty: disable for OCaml ≥ 4.14
This commit is contained in:
parent
ad01127699
commit
5fb8ee0ec6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue