Skip to content

Commit

Permalink
Force dune version to be >= 1.8. promote-until-clean was only added
Browse files Browse the repository at this point in the history
with that version and at least dune 1.6 treats `promote-until-clean` as
a straight `promote`, which is a problem. Same changes need to be pushed
to opam. Fixes: #82
  • Loading branch information
Romain Beauxis committed Jul 22, 2019
1 parent 3323b69 commit f55c5cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(lang dune 1.0)
(lang dune 1.8)
(name sedlex)
2 changes: 1 addition & 1 deletion sedlex.opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build: [
]
depends: [
"ocaml" {>= "4.02.3"}
"dune" {build & >= "1.0"}
"dune" {build & >= "1.8"}
"ppx_tools_versioned"
"ocaml-migrate-parsetree"
"gen"
Expand Down

0 comments on commit f55c5cd

Please sign in to comment.