aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-04-14 01:19:29 +0200
committerEmilio Jesus Gallego Arias2019-04-14 01:19:29 +0200
commite687ffed9adcd6b49613345c9e6be3d87ca93733 (patch)
tree1a13076c606d471f7a6504dbf5372cc9e5266249
parentadc53b598ee2787cf23d8540f03634d19457c806 (diff)
parentd578525bf86e3304afbafe8f5bc3982d16796dc5 (diff)
Merge PR #9957: Add missing build dependency in `coq.opam`
Reviewed-by: ejgallego
-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"
]