From f0374591156b6ff02bd3129d44dcc8f7bf0bd828 Mon Sep 17 00:00:00 2001 From: Darren Ldl Date: Sun, 19 Jun 2022 01:34:25 +1000 Subject: [PATCH] Updated lang dune version --- dune-project | 2 +- timedesc-json.opam | 4 +++- timedesc-tzdb.opam | 4 +++- timedesc-tzlocal-js.opam | 4 +++- timedesc-tzlocal.opam | 4 +++- timedesc.opam | 4 +++- timere-parse.opam | 4 +++- timere.opam | 4 +++- 8 files changed, 22 insertions(+), 8 deletions(-) diff --git a/dune-project b/dune-project index 80b9cded..4bb30995 100644 --- a/dune-project +++ b/dune-project @@ -1,4 +1,4 @@ -(lang dune 2.7) +(lang dune 2.9) (license "MIT") (authors "Daypack developers") diff --git a/timedesc-json.opam b/timedesc-json.opam index fb49278f..9739e1ae 100644 --- a/timedesc-json.opam +++ b/timedesc-json.opam @@ -9,7 +9,7 @@ homepage: "https://github.com/daypack-dev/timere" bug-reports: "https://github.com/daypack-dev/timere/issues" depends: [ "ocaml" {>= "4.08.1"} - "dune" {>= "2.7" & >= "2.7.0"} + "dune" {>= "2.9" & >= "2.7.0"} "timedesc" {>= "0.8.0"} "odoc" {with-doc} ] @@ -22,9 +22,11 @@ build: [ name "-j" jobs + "--promote-install-files=false" "@install" "@runtest" {with-test} "@doc" {with-doc} ] + ["dune" "install" "-p" name "--create-install-files" name] ] dev-repo: "git+https://github.com/daypack-dev/timere.git" diff --git a/timedesc-tzdb.opam b/timedesc-tzdb.opam index a7b81968..c95f4b84 100644 --- a/timedesc-tzdb.opam +++ b/timedesc-tzdb.opam @@ -9,7 +9,7 @@ homepage: "https://github.com/daypack-dev/timere" bug-reports: "https://github.com/daypack-dev/timere/issues" depends: [ "ocaml" {>= "4.08.1"} - "dune" {>= "2.7" & >= "2.7.0"} + "dune" {>= "2.9" & >= "2.7.0"} "odoc" {with-doc} ] build: [ @@ -21,9 +21,11 @@ build: [ name "-j" jobs + "--promote-install-files=false" "@install" "@runtest" {with-test} "@doc" {with-doc} ] + ["dune" "install" "-p" name "--create-install-files" name] ] dev-repo: "git+https://github.com/daypack-dev/timere.git" diff --git a/timedesc-tzlocal-js.opam b/timedesc-tzlocal-js.opam index 8095226d..8bdcc359 100644 --- a/timedesc-tzlocal-js.opam +++ b/timedesc-tzlocal-js.opam @@ -9,7 +9,7 @@ homepage: "https://github.com/daypack-dev/timere" bug-reports: "https://github.com/daypack-dev/timere/issues" depends: [ "ocaml" {>= "4.08.1"} - "dune" {>= "2.7" & >= "2.7.0"} + "dune" {>= "2.9" & >= "2.7.0"} "timedesc-tzlocal" "js_of_ocaml" {>= "4.0.0"} "js_of_ocaml-ppx" @@ -24,9 +24,11 @@ build: [ name "-j" jobs + "--promote-install-files=false" "@install" "@runtest" {with-test} "@doc" {with-doc} ] + ["dune" "install" "-p" name "--create-install-files" name] ] dev-repo: "git+https://github.com/daypack-dev/timere.git" diff --git a/timedesc-tzlocal.opam b/timedesc-tzlocal.opam index d6047487..c05f31cb 100644 --- a/timedesc-tzlocal.opam +++ b/timedesc-tzlocal.opam @@ -9,7 +9,7 @@ homepage: "https://github.com/daypack-dev/timere" bug-reports: "https://github.com/daypack-dev/timere/issues" depends: [ "ocaml" {>= "4.08.1"} - "dune" {>= "2.7" & >= "2.7.0"} + "dune" {>= "2.9" & >= "2.7.0"} "odoc" {with-doc} ] build: [ @@ -21,9 +21,11 @@ build: [ name "-j" jobs + "--promote-install-files=false" "@install" "@runtest" {with-test} "@doc" {with-doc} ] + ["dune" "install" "-p" name "--create-install-files" name] ] dev-repo: "git+https://github.com/daypack-dev/timere.git" diff --git a/timedesc.opam b/timedesc.opam index 2817fb47..c0e7e731 100644 --- a/timedesc.opam +++ b/timedesc.opam @@ -23,7 +23,7 @@ bug-reports: "https://github.com/daypack-dev/timere/issues" depends: [ "ocaml" {>= "4.08.1"} "bisect_ppx" {dev & >= "2.5.0"} - "dune" {>= "2.7" & >= "2.7.0"} + "dune" {>= "2.9" & >= "2.7.0"} "timedesc-tzdb" "timedesc-tzlocal" "seq" @@ -45,9 +45,11 @@ build: [ name "-j" jobs + "--promote-install-files=false" "@install" "@runtest" {with-test} "@doc" {with-doc} ] + ["dune" "install" "-p" name "--create-install-files" name] ] dev-repo: "git+https://github.com/daypack-dev/timere.git" diff --git a/timere-parse.opam b/timere-parse.opam index 0346842e..96d9b787 100644 --- a/timere-parse.opam +++ b/timere-parse.opam @@ -21,7 +21,7 @@ bug-reports: "https://github.com/daypack-dev/timere/issues" depends: [ "ocaml" {>= "4.08.1"} "bisect_ppx" {dev & >= "2.5.0"} - "dune" {>= "2.7" & >= "2.7.0"} + "dune" {>= "2.9" & >= "2.7.0"} "oseq" {>= "0.3"} "re" {>= "1.9.0"} "containers" {>= "3.6"} @@ -43,9 +43,11 @@ build: [ name "-j" jobs + "--promote-install-files=false" "@install" "@runtest" {with-test} "@doc" {with-doc} ] + ["dune" "install" "-p" name "--create-install-files" name] ] dev-repo: "git+https://github.com/daypack-dev/timere.git" diff --git a/timere.opam b/timere.opam index 792b5f11..992b7cb5 100644 --- a/timere.opam +++ b/timere.opam @@ -23,7 +23,7 @@ bug-reports: "https://github.com/daypack-dev/timere/issues" depends: [ "ocaml" {>= "4.08.1"} "bisect_ppx" {dev & >= "2.5.0"} - "dune" {>= "2.7" & >= "2.7.0"} + "dune" {>= "2.9" & >= "2.7.0"} "seq" "oseq" {>= "0.3"} "containers" {>= "3.6"} @@ -45,9 +45,11 @@ build: [ name "-j" jobs + "--promote-install-files=false" "@install" "@runtest" {with-test} "@doc" {with-doc} ] + ["dune" "install" "-p" name "--create-install-files" name] ] dev-repo: "git+https://github.com/daypack-dev/timere.git"