ocamlformat_0_27_0: init
This commit is contained in:
committed by
Vincent Laporte
parent
5edb3e77f4
commit
a128993b43
@@ -1,4 +1,4 @@
|
||||
{ lib, fetchurl, version ? "0.26.2", astring, base, camlp-streams, cmdliner_1_0
|
||||
{ lib, fetchurl, version ? "0.27.0", astring, base, camlp-streams, cmdliner_1_0
|
||||
, cmdliner_1_1, csexp, dune-build-info, either, fix, fpath, menhirLib, menhirSdk
|
||||
, ocaml-version, ocp-indent, odoc-parser, result, stdio, uuseg, uutf
|
||||
, janeStreet_0_15, ... }:
|
||||
@@ -26,6 +26,7 @@ rec {
|
||||
"0.26.0" = "sha256-AxSUq3cM7xCo9qocvrVmDkbDqmwM1FexEP7IWadeh30=";
|
||||
"0.26.1" = "sha256-2gBuQn8VuexhL7gI1EZZm9m3w+4lq+s9VVdHpw10xtc=";
|
||||
"0.26.2" = "sha256-Lk9Za/eqNnqET+g7oPawvxSyplF53cCCNj/peT0DdcU=";
|
||||
"0.27.0" = "sha256-3b9ITAdtCPmUAO6Et5DsIx9cj8vV0zJKZADVOI6EbRU=";
|
||||
}."${version}";
|
||||
};
|
||||
|
||||
|
||||
@@ -6787,7 +6787,7 @@ with pkgs;
|
||||
|
||||
inherit (ocamlPackages)
|
||||
ocamlformat # latest version
|
||||
ocamlformat_0_26_2;
|
||||
ocamlformat_0_26_2 ocamlformat_0_27_0;
|
||||
|
||||
inherit (ocamlPackages) odig;
|
||||
|
||||
|
||||
@@ -1339,6 +1339,7 @@ let
|
||||
ocamlformat_0_26_0 = ocamlformat.override { version = "0.26.0"; };
|
||||
ocamlformat_0_26_1 = ocamlformat.override { version = "0.26.1"; };
|
||||
ocamlformat_0_26_2 = ocamlformat.override { version = "0.26.2"; };
|
||||
ocamlformat_0_27_0 = ocamlformat.override { version = "0.27.0"; };
|
||||
|
||||
ocamlformat = callPackage ../development/ocaml-modules/ocamlformat/ocamlformat.nix {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user