ocamlPackages.dtoa: disable for OCaml ≤ 4.01

This commit is contained in:
Vincent Laporte 2019-02-22 17:00:22 +00:00
parent 91e194579d
commit 887a5373d6
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -4,7 +4,7 @@ buildDunePackage rec {
pname = "dtoa";
version = "0.3.1";
minimumOCamlVersion = "4.01";
minimumOCamlVersion = "4.02";
src = fetchurl {
url = "https://github.com/flowtype/ocaml-${pname}/releases/download/v${version}/${pname}-${version}.tbz";