Skip to content

Commit a1362bd

Browse files
committed
Bump to 3.0 for executables_implicit_empty_intf
1 parent d126b58 commit a1362bd

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

dune-project

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(lang dune 2.9)
1+
(lang dune 3.0)
22
(version 3.2)
33
(name sedlex)
44
(source (github ocaml-community/sedlex))

sedlex.opam

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ homepage: "https://github.com/ocaml-community/sedlex"
1717
bug-reports: "https://github.com/ocaml-community/sedlex/issues"
1818
depends: [
1919
"ocaml" {>= "4.08"}
20-
"dune" {>= "2.9"}
20+
"dune" {>= "3.0"}
2121
"ppxlib" {>= "0.26.0"}
2222
"gen"
2323
"ppx_expect" {with-test}
@@ -32,12 +32,10 @@ build: [
3232
name
3333
"-j"
3434
jobs
35-
"--promote-install-files=false"
3635
"@install"
3736
"@runtest" {with-test}
3837
"@doc" {with-doc}
3938
]
40-
["dune" "install" "-p" name "--create-install-files" name]
4139
]
4240
dev-repo: "git+https://github.com/ocaml-community/sedlex.git"
4341
doc: "https://ocaml-community.github.io/sedlex/index.html"

src/syntax/dune

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111

1212
(rule
1313
(targets unicode.ml)
14-
(mode promote-until-clean)
14+
(mode
15+
(promote (until-clean)))
1516
(deps
1617
(:gen ../generator/gen_unicode.exe)
1718
(glob_files ../generator/data/*.txt))

0 commit comments

Comments
 (0)