From a1362bd69aec6877cb9f3b950c7f4e591e2d69ee Mon Sep 17 00:00:00 2001 From: Romain Beauxis Date: Thu, 29 Jun 2023 15:52:34 -0500 Subject: [PATCH] Bump to 3.0 for executables_implicit_empty_intf --- dune-project | 2 +- sedlex.opam | 4 +--- src/syntax/dune | 3 ++- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/dune-project b/dune-project index 31d66394..903bf2b0 100644 --- a/dune-project +++ b/dune-project @@ -1,4 +1,4 @@ -(lang dune 2.9) +(lang dune 3.0) (version 3.2) (name sedlex) (source (github ocaml-community/sedlex)) diff --git a/sedlex.opam b/sedlex.opam index 8ea4142b..d870f8c5 100644 --- a/sedlex.opam +++ b/sedlex.opam @@ -17,7 +17,7 @@ homepage: "https://github.com/ocaml-community/sedlex" bug-reports: "https://github.com/ocaml-community/sedlex/issues" depends: [ "ocaml" {>= "4.08"} - "dune" {>= "2.9"} + "dune" {>= "3.0"} "ppxlib" {>= "0.26.0"} "gen" "ppx_expect" {with-test} @@ -32,12 +32,10 @@ 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/ocaml-community/sedlex.git" doc: "https://ocaml-community.github.io/sedlex/index.html" diff --git a/src/syntax/dune b/src/syntax/dune index 8268aa74..1a50b277 100644 --- a/src/syntax/dune +++ b/src/syntax/dune @@ -11,7 +11,8 @@ (rule (targets unicode.ml) - (mode promote-until-clean) + (mode + (promote (until-clean))) (deps (:gen ../generator/gen_unicode.exe) (glob_files ../generator/data/*.txt))