-
Notifications
You must be signed in to change notification settings - Fork 409
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Do not depend on
dune
in dune-project
in dune init
template
Dune automatically adds the right constraint anyway, with the right version constraint. All Dune project implicitely depend on Dune anyway and the tests show that the opam files correctly include Dune. This helps with #11106 but also avoids the bug where Dune couldn't solve a package because it depended on Dune and in the Dune Package Management we explicitely remove the dependency. Signed-off-by: Marek Kubica <marek@tarides.com>
- Loading branch information
1 parent
83d2ed4
commit 4756e94
Showing
2 changed files
with
4 additions
and
5 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
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