-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3155 from palmskog/mtac2-8.19-win-patch
fix coqdep issue in Windows for coq-mtac2.1.4+8.19
- Loading branch information
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
released/packages/coq-mtac2/coq-mtac2.1.4+8.19/files/declare-module.patch
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
diff --git a/theories/Base.v b/theories/Base.v | ||
index ae22566..b89da46 100644 | ||
--- a/theories/Base.v | ||
+++ b/theories/Base.v | ||
@@ -1,5 +1,4 @@ | ||
-Declare ML Module "coq-unicoq.plugin". | ||
-Declare ML Module "MetaCoqPlugin:coq-mtac2.plugin". | ||
+Declare ML Module "coq-mtac2.plugin". | ||
|
||
(* Declare ML Module must work without the Requires to be compatible | ||
with async proofs. Running it before them serves as a test |
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