Unverified Commit ba8dfff1 authored by Vincent Laporte's avatar Vincent Laporte
Browse files

ocamlPackages.smtml: disable for OCaml < 4.14

parent 9dd72800
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -36,16 +36,21 @@ buildDunePackage (finalAttrs: {
    hash = "sha256-IFjaZcwBiM/xA39W+FuJ87OSEvAhvhEsZ1cF2KrxrhY=";
  };

  minimalOCamlVersion = "4.14";

  nativeBuildInputs = [
    menhir
  ];

  buildInputs = [
    dune-build-info
  ];

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