ocamlformat: 0.16.0 -> 0.17.0

Adds 'ocamlformat_0_17_0' and update 'ocamlformat'.
This commit is contained in:
Jules Aguillon
2021-03-12 16:29:02 +01:00
parent d7bae4c438
commit 3bece16153
3 changed files with 30 additions and 4 deletions
@@ -48,5 +48,9 @@ rec {
version = "0.16.0";
};
ocamlformat = ocamlformat_0_16_0;
ocamlformat_0_17_0 = mkOCamlformat {
version = "0.17.0";
};
ocamlformat = ocamlformat_0_17_0;
}