-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force dune version to be >= 1.8.
promote-until-clean
was only added
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
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
(lang dune 1.0) | ||
(lang dune 1.8) | ||
(name sedlex) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters