diff options
| author | Emilio Jesus Gallego Arias | 2019-11-24 19:57:02 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-12-04 14:14:58 +0100 |
| commit | 1d454c7721a429490165d1147313c061164b0b66 (patch) | |
| tree | 1bdf490ceb6af078424608c306df8417971f3599 /coqide.opam | |
| parent | effbc03b9072ff94f96e54a5026ce04d7aa41bcc (diff) | |
[dune] Update to dune language version 2.0
This is the minimal set of changes requires for Coq to build under 2.0
mode. We may likely take advantage of some more new features.
Note that Dune 2.0 requires OCaml >= 4.06.0, OPAM allows to use Dune
in older versions as it will install a secondary compiler.
Diffstat (limited to 'coqide.opam')
| -rw-r--r-- | coqide.opam | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/coqide.opam b/coqide.opam index 3e588ed0cf..54b8dca98b 100644 --- a/coqide.opam +++ b/coqide.opam @@ -19,10 +19,10 @@ license: "LGPL-2.1" version: "dev" depends: [ - "dune" { build & >= "1.10.0" } - "coqide-server" { = version } - "lablgtk3" { >= "3.0.beta5" } - "lablgtk3-sourceview3" { >= "3.0.beta5" } + "dune" { >= "2.0.0" } + "coqide-server" { = version } + "lablgtk3" { >= "3.0.beta5" } + "lablgtk3-sourceview3" { >= "3.0.beta5" } ] build-env: [ |
