Skip to content

Commit

Permalink
Bump to 3.0 for executables_implicit_empty_intf
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jun 29, 2023
1 parent d126b58 commit a1362bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(lang dune 2.9)
(lang dune 3.0)
(version 3.2)
(name sedlex)
(source (github ocaml-community/sedlex))
Expand Down
4 changes: 1 addition & 3 deletions sedlex.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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"
3 changes: 2 additions & 1 deletion src/syntax/dune
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit a1362bd

Please sign in to comment.