ocamlPackages.faillib: disable for OCaml ≥ 4.06
This commit is contained in:
parent
f7c617e34d
commit
a04f3afc3c
@ -1,4 +1,8 @@
|
|||||||
{stdenv, buildOcaml, fetchurl, herelib, camlp4}:
|
{ stdenv, buildOcaml, fetchurl, ocaml, herelib, camlp4 }:
|
||||||
|
|
||||||
|
if stdenv.lib.versionAtLeast ocaml.version "4.06"
|
||||||
|
then throw "faillib-111.17.00 is not available for OCaml ${ocaml.version}"
|
||||||
|
else
|
||||||
|
|
||||||
buildOcaml rec {
|
buildOcaml rec {
|
||||||
minimumSupportedOcamlVersion = "4.00";
|
minimumSupportedOcamlVersion = "4.00";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user