Unverified Commit c5540c2f authored by Vincent Laporte's avatar Vincent Laporte Committed by GitHub
Browse files

ocamlPackages.smtml: disable for OCaml < 4.14 (#475075)

parents 1c578637 ba8dfff1
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -36,16 +36,21 @@ buildDunePackage (finalAttrs: {
    hash = "sha256-s72m7N9Ovd2Vl4F+hb2MsNmnF1hFQGkf2s7TrJ9IWI8=";
  };

  minimalOCamlVersion = "4.14";

  nativeBuildInputs = [
    menhir
  ];

  buildInputs = [
    dune-build-info
  ];

  propagatedBuildInputs = [
    bos
    cmdliner
    dolmen_model
    dolmen_type
    dune-build-info
    fpath
    hc
    menhirLib