summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2023-04-27 14:30:27 +0200
committerThomas Letan <lthms@soap.coffee>2023-04-27 14:30:27 +0200
commit3d16fe428f335aad875c1e21db00a34bdffdb9db (patch)
tree372cb878dea9f1ac8be57f0503efa8a635b6a9c3
parentFix pretty-print invocation (diff)
Bump dune
-rw-r--r--dependencies.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.mk b/dependencies.mk
index 509677f..f32c7ad 100644
--- a/dependencies.mk
+++ b/dependencies.mk
@@ -5,7 +5,7 @@ _opam/init :
@pretty-echo.sh "Creating" "a local Opam switch"
@opam switch create . ${OCAML} --repos default,coq-released || true
@pretty-echo.sh "Installing" "OCaml dependencies"
- @opam install dune.2.9.0 coq-coqffi.1.0.0~beta7 coq-simple-io.1.5.0 soupault.4.2.0 coq.8.13.2 coq-compcert.3.8 coq-serapi -y
+ @opam install dune.3.7.1 coq-coqffi.1.0.0~beta7 coq-simple-io.1.5.0 soupault.4.2.0 coq.8.13.2 coq-compcert.3.8 coq-serapi -y
@touch $@
CONFIGURE += _opam