From 4db65c1313f98a8dad37b23df93ed4ec1af110da Mon Sep 17 00:00:00 2001 From: Dmitriy Kovalenko Date: Sun, 18 Aug 2024 12:30:06 +0200 Subject: [PATCH] X --- dune-project | 4 ++-- odiff-core.opam | 3 ++- odiff-io.opam | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dune-project b/dune-project index 198e9ce3..b4083059 100644 --- a/dune-project +++ b/dune-project @@ -32,7 +32,7 @@ (synopsis "Pixel-by-pixel image difference algorithm") (depends dune - (ocaml (= 4.14.0)) + (ocaml (= 4.14.2)) ) ) @@ -42,7 +42,7 @@ (depends dune odiff-core - (ocaml (= 4.14.0)) + (ocaml (= 4.14.2)) (dune-configurator (>= 2.8)) ) ) diff --git a/odiff-core.opam b/odiff-core.opam index c4b403bd..c58ee628 100644 --- a/odiff-core.opam +++ b/odiff-core.opam @@ -8,7 +8,7 @@ homepage: "https://github.com/dmtrKovalenko/odiff" bug-reports: "https://github.com/dmtrKovalenko/odiff/issues" depends: [ "dune" {>= "2.8"} - "ocaml" {= "4.14.0"} + "ocaml" {= "4.14.2"} "odoc" {with-doc} ] build: [ @@ -16,6 +16,7 @@ build: [ [ "dune" "build" + "--verbose" "-p" name "-j" diff --git a/odiff-io.opam b/odiff-io.opam index 1c10ae01..721365a5 100644 --- a/odiff-io.opam +++ b/odiff-io.opam @@ -9,7 +9,7 @@ bug-reports: "https://github.com/dmtrKovalenko/odiff/issues" depends: [ "dune" {>= "2.8"} "odiff-core" - "ocaml" {= "4.14.0"} + "ocaml" {= "4.14.2"} "dune-configurator" {>= "2.8"} "odoc" {with-doc} ]