aboutsummaryrefslogtreecommitdiff
path: root/coq.opam
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-04-24 20:58:12 +0200
committerEmilio Jesus Gallego Arias2019-04-26 04:24:59 +0200
commit2d114afbf431f5cefe4f0350f95e22ef9daddfc9 (patch)
tree43fc9f9a486c44b0c9fc8a185c6d2f4882a0ea38 /coq.opam
parent12e5d3cdef8b954fc3a7cdf1dfebc388bd546c3a (diff)
[opam] Use version to provide better package bounds.
I copied this from Ralf Jung's submission to the Coq Package index, let's see if it works.
Diffstat (limited to 'coq.opam')
-rw-r--r--coq.opam2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq.opam b/coq.opam
index 02c57b8683..da3f1b518d 100644
--- a/coq.opam
+++ b/coq.opam
@@ -20,7 +20,7 @@ license: "LGPL-2.1"
depends: [
"ocaml" { >= "4.05.0" }
- "dune" { build & >= "1.4.0" }
+ "dune" { build & >= "1.6.0" }
"ocamlfind" { build }
"num"
]