From 926c76e0f851a49ef688b9a9da18f702713fce73 Mon Sep 17 00:00:00 2001 From: Alasdair Date: Wed, 7 Aug 2024 16:15:19 +0100 Subject: [PATCH] Increase minimum dependencies --- dune-project | 6 ++++-- libsail.opam | 2 +- sail_manifest.opam | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dune-project b/dune-project index 98d5e614b..cff2f951e 100644 --- a/dune-project +++ b/dune-project @@ -31,7 +31,9 @@ (package (synopsis "Helper tool for compiling Sail") - (name sail_manifest)) + (name sail_manifest) + (depends + (ocaml (>= 4.08.1)))) (package (sites (share plugins)) @@ -50,7 +52,7 @@ http://www.cl.cam.ac.uk/~pes20/sail/. (depends (dune-site (>= 3.0.2)) (bisect_ppx (and :dev (>= "2.5.0"))) - (menhir (and (>= 20180523) :build)) + (menhir (and (>= 20240715) :build)) (ott (and (>= 0.28) :build)) (lem (>= "2018-12-14")) (linksem (>= "0.3")) diff --git a/libsail.opam b/libsail.opam index 20301fc53..1a6197c76 100644 --- a/libsail.opam +++ b/libsail.opam @@ -33,7 +33,7 @@ depends: [ "dune" {>= "3.0"} "dune-site" {>= "3.0.2"} "bisect_ppx" {dev & >= "2.5.0"} - "menhir" {>= "20180523" & build} + "menhir" {>= "20240715" & build} "ott" {>= "0.28" & build} "lem" {>= "2018-12-14"} "linksem" {>= "0.3"} diff --git a/sail_manifest.opam b/sail_manifest.opam index 9465d3809..82f26654c 100644 --- a/sail_manifest.opam +++ b/sail_manifest.opam @@ -20,6 +20,7 @@ homepage: "https://github.com/rems-project/sail" bug-reports: "https://github.com/rems-project/sail/issues" depends: [ "dune" {>= "3.0"} + "ocaml" {>= "4.08.1"} "odoc" {with-doc} ] build: [