diff options
| author | Emilio Jesus Gallego Arias | 2019-04-24 20:58:12 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-04-26 04:24:59 +0200 |
| commit | 2d114afbf431f5cefe4f0350f95e22ef9daddfc9 (patch) | |
| tree | 43fc9f9a486c44b0c9fc8a185c6d2f4882a0ea38 /coq.opam | |
| parent | 12e5d3cdef8b954fc3a7cdf1dfebc388bd546c3a (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.opam | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ] |
