ocamlPackages.atd: 2.0.0 → 2.2.1
This commit is contained in:
committed by
Vincent Laporte
parent
66ba4dc61f
commit
128a43a1e8
@@ -3,7 +3,7 @@
|
||||
let runtime =
|
||||
buildDunePackage {
|
||||
pname = "atdgen-runtime";
|
||||
inherit (atd) version src;
|
||||
inherit (atd) version useDune2 src;
|
||||
|
||||
propagatedBuildInputs = [ biniou yojson ];
|
||||
|
||||
@@ -13,7 +13,7 @@ let runtime =
|
||||
|
||||
buildDunePackage {
|
||||
pname = "atdgen";
|
||||
inherit (atd) version src;
|
||||
inherit (atd) version useDune2 src;
|
||||
|
||||
buildInputs = [ atd ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user