ocamlPackages.reason: 3.16.0 → 3.17.0

Changed files
+5 -4
pkgs
development
compilers
reason
+5 -4
pkgs/development/compilers/reason/default.nix
···
merlin-extend,
ppxlib,
cppo,
-
ppx_derivers,
+
cmdliner,
dune-build-info,
}:
···
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
{
···
fix
menhirSdk
merlin-extend
-
];
+
]
+
++ lib.optional (lib.versionAtLeast version "3.17") cmdliner;
propagatedBuildInputs = [
ppxlib