comby: use OCaml 4.14
This commit is contained in:
committed by
Vincent Laporte
parent
8a5dae5b07
commit
8e5062ee6a
@@ -15688,7 +15688,9 @@ with pkgs;
|
||||
|
||||
coffeescript = callPackage ../development/compilers/coffeescript { };
|
||||
|
||||
comby = callPackage ../development/tools/comby { };
|
||||
comby = callPackage ../development/tools/comby {
|
||||
ocamlPackages = ocaml-ng.ocamlPackages_4_14;
|
||||
};
|
||||
|
||||
inherit (coqPackages_8_17) compcert;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user