Unverified Commit 7f9ad853 authored by Vincent Laporte's avatar Vincent Laporte
Browse files

ocamlPackages.reason: 3.16.0 → 3.17.0

parent 48ee1c3c
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
  merlin-extend,
  ppxlib,
  cppo,
  ppx_derivers,
  cmdliner,
  dune-build-info,
}:

@@ -18,8 +18,8 @@ let
  param =
    if lib.versionAtLeast ppxlib.version "0.36" then
      {
        version = "3.16.0";
        hash = "sha256-R7DkOn00jiqFBlirS+xaT7u5/U/z7IocGBZRFVjFNk4=";
        version = "3.17.0";
        hash = "sha256-gsiBnOn9IVt+fixlAeY456kE6+E6taHY6sJnnYz4pes=";
      }
    else
      {
@@ -50,7 +50,8 @@ buildDunePackage rec {
    fix
    menhirSdk
    merlin-extend
  ];
  ]
  ++ lib.optional (lib.versionAtLeast version "3.17") cmdliner;

  propagatedBuildInputs = [
    ppxlib