From 34f647770cedf41aa7f98af02c7cee830cfce587 Mon Sep 17 00:00:00 2001 From: Mathieu Barbin Date: Fri, 13 Sep 2024 13:50:01 +0200 Subject: [PATCH] Simplify ocaml lower bound expression Signed-off-by: Mathieu Barbin --- dune-project | 2 +- pp.opam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dune-project b/dune-project index 747657e..eba50f3 100644 --- a/dune-project +++ b/dune-project @@ -14,7 +14,7 @@ (package (name pp) (depends - (ocaml (>= 4.08.0)) + (ocaml (>= 4.08)) (ppx_expect :with-test) (ocamlformat (and diff --git a/pp.opam b/pp.opam index 53d6166..197a689 100644 --- a/pp.opam +++ b/pp.opam @@ -30,7 +30,7 @@ doc: "https://ocaml-dune.github.io/pp/" bug-reports: "https://github.com/ocaml-dune/pp/issues" depends: [ "dune" {>= "2.8"} - "ocaml" {>= "4.08.0"} + "ocaml" {>= "4.08"} "ppx_expect" {with-test} "ocamlformat" {with-dev-setup & = "0.26.2"} "odoc" {with-doc}