ocamlPackages.irmin*: 2.1.0 → 2.2.0
source now inherit ppx_irmin instead of irmin, since we can test irmin using ppx_irmin and this way we avoid circular dependencies.
This commit is contained in:
committed by
Vincent Laporte
parent
1c04554e4b
commit
e3936ac9c1
@@ -6,6 +6,8 @@ buildDunePackage {
|
||||
|
||||
inherit (irmin) version src;
|
||||
|
||||
useDune2 = true;
|
||||
|
||||
propagatedBuildInputs = [ alcotest cmdliner irmin metrics-unix mtime ];
|
||||
|
||||
meta = irmin.meta // {
|
||||
|
||||
Reference in New Issue
Block a user