lol

ocamlPackages.rresult: disable for OCaml < 4.07

+3
+3
pkgs/development/ocaml-modules/rresult/default.nix
··· 1 1 { stdenv, lib, fetchurl, ocaml, findlib, ocamlbuild, topkg, result }: 2 2 3 + lib.throwIfNot (lib.versionAtLeast ocaml.version "4.07") 4 + "rresult is not available for OCaml ${ocaml.version}" 5 + 3 6 stdenv.mkDerivation rec { 4 7 pname = "ocaml${ocaml.version}-rresult"; 5 8 version = "0.7.0";