Commit b802bf0b authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

ocamlPackages.ocaml-migrate-parsetree-2: disable for OCaml ≥ 5.1

parent 98e16e4c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
{ lib, fetchurl, buildDunePackage }:
{ lib, fetchurl, buildDunePackage, ocaml }:

lib.throwIf (lib.versionAtLeast ocaml.version "5.1")
  "ocaml-migrate-parsetree is not available for OCaml ${ocaml.version}"

buildDunePackage rec {
   pname = "ocaml-migrate-parsetree";