aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Martin-Dorel2019-04-14 00:46:09 +0200
committerErik Martin-Dorel2019-04-14 00:46:09 +0200
commitd578525bf86e3304afbafe8f5bc3982d16796dc5 (patch)
tree1a13076c606d471f7a6504dbf5372cc9e5266249
parentadc53b598ee2787cf23d8540f03634d19457c806 (diff)
Fix coq/coq#9956
-rw-r--r--coq.opam1
1 files changed, 1 insertions, 0 deletions
diff --git a/coq.opam b/coq.opam
index ae1f688312..02c57b8683 100644
--- a/coq.opam
+++ b/coq.opam
@@ -21,6 +21,7 @@ license: "LGPL-2.1"
depends: [
"ocaml" { >= "4.05.0" }
"dune" { build & >= "1.4.0" }
+ "ocamlfind" { build }
"num"
]