ocamlPackages.ocaml-monadic: 0.4.1 → 0.5.0

This commit is contained in:
Vincent Laporte 2021-07-16 08:40:40 +02:00 committed by Vincent Laporte
parent 71b0def28a
commit 9a0f9214cf
2 changed files with 5 additions and 8 deletions

View file

@ -1,10 +1,10 @@
{ lib, fetchFromGitHub, buildDunePackage
, ocaml-migrate-parsetree, ppx_tools_versioned
, ppxlib
}:
buildDunePackage rec {
pname = "ocaml-monadic";
version = "0.4.1";
version = "0.5.0";
useDune2 = true;
@ -12,11 +12,10 @@ buildDunePackage rec {
owner = "zepalmer";
repo = pname;
rev = version;
sha256 = "1zcwydypk5vwfn1g7srnl5076scwwq5a5y8xwcjl70pc4cpzszll";
sha256 = "1ynv3yhdqmkhkgnz6c5kv6ryjcc934sdvw9rhh8rjg2dlzlffgbw";
};
buildInputs = [ ppx_tools_versioned ];
propagatedBuildInputs = [ ocaml-migrate-parsetree ];
buildInputs = [ ppxlib ];
meta = {
inherit (src.meta) homepage;

View file

@ -864,9 +864,7 @@ let
ocamlmod = callPackage ../development/tools/ocaml/ocamlmod { };
ocaml-monadic = callPackage ../development/ocaml-modules/ocaml-monadic {
ocaml-migrate-parsetree = ocaml-migrate-parsetree-2;
};
ocaml-monadic = callPackage ../development/ocaml-modules/ocaml-monadic { };
ocaml_mysql = callPackage ../development/ocaml-modules/mysql { };