Skip to content
Snippets Groups Projects
Commit 1fa2413c authored by François Bobot's avatar François Bobot
Browse files

Fix that adding alt-ergo change dependencies

parent 75120e6b
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ let mk_buildInputs = { opamPackages ? [], nixPackages ? [] } :
{ name = "why3-coq" ; constraint = "=1.3.1"; }
{ name = "menhir"; constraint = "=20190924"; }
{ name = "dune"; constraint = "=1.11.4"; }
"camlzip" #so that why3 is always compiled with it
{ name = "camlzip"; constraint = "=1.07"; } #so that why3 is always compiled with it
] ++ opamPackages
);
ocamlAttr = ocaml_version;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment