-
Notifications
You must be signed in to change notification settings - Fork 413
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[coq] Check version for Coq's
(theories ...)
field.
Users willing to use this indeed need to bump their `dune-project` version. Signed-off-by: Emilio Jesus Gallego Arias <e+git@x80.org>
- Loading branch information
Showing
9 changed files
with
30 additions
and
24 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
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,3 +1,3 @@ | ||
(lang dune 2.4) | ||
(lang dune 2.5) | ||
|
||
(using coq 0.1) | ||
(using coq 0.2) |
4 changes: 2 additions & 2 deletions
4
test/blackbox-tests/test-cases/coq/compose_cycle/dune-project
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,3 +1,3 @@ | ||
(lang dune 2.4) | ||
(lang dune 2.5) | ||
|
||
(using coq 0.1) | ||
(using coq 0.2) |
4 changes: 2 additions & 2 deletions
4
test/blackbox-tests/test-cases/coq/compose_plugin/dune-project
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,3 +1,3 @@ | ||
(lang dune 2.4) | ||
(lang dune 2.5) | ||
|
||
(using coq 0.1) | ||
(using coq 0.2) |
4 changes: 2 additions & 2 deletions
4
test/blackbox-tests/test-cases/coq/compose_simple/dune-project
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,3 +1,3 @@ | ||
(lang dune 2.4) | ||
(lang dune 2.5) | ||
|
||
(using coq 0.1) | ||
(using coq 0.2) |
4 changes: 2 additions & 2 deletions
4
test/blackbox-tests/test-cases/coq/compose_two_scopes/dune-project
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,3 +1,3 @@ | ||
(lang dune 2.4) | ||
(lang dune 2.5) | ||
|
||
(using coq 0.1) | ||
(using coq 0.2) |
4 changes: 2 additions & 2 deletions
4
test/blackbox-tests/test-cases/coq/compose_two_scopes/vendor/dune-project
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,3 +1,3 @@ | ||
(lang dune 2.4) | ||
(lang dune 2.5) | ||
|
||
(using coq 0.1) | ||
(using coq 0.2) |
4 changes: 2 additions & 2 deletions
4
test/blackbox-tests/test-cases/coq/public_dep_on_private/dune-project
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,3 +1,3 @@ | ||
(lang dune 2.4) | ||
(lang dune 2.5) | ||
|
||
(using coq 0.1) | ||
(using coq 0.2) |