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

menhir without dune

parent 638fc50d
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ let mk_buildInputs = { opamPackages ? [], nixPackages ? [] } : ...@@ -7,7 +7,7 @@ let mk_buildInputs = { opamPackages ? [], nixPackages ? [] } :
{ name = "coq"; constraint = "=8.10.2"; } { name = "coq"; constraint = "=8.10.2"; }
{ name = "why3" ; constraint = "=1.3.1"; } { name = "why3" ; constraint = "=1.3.1"; }
{ name = "why3-coq" ; constraint = "=1.3.1"; } { name = "why3-coq" ; constraint = "=1.3.1"; }
{ name = "menhir"; constraint = "=20200211"; } { name = "menhir"; constraint = "=20190924"; }
"camlzip" #so that why3 is always compiled with it "camlzip" #so that why3 is always compiled with it
] ++ opamPackages ] ++ opamPackages
); );
......
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