Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix coqdep issue in Windows for coq-mtac2.1.4+8.19 #3155

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
1 change: 1 addition & 0 deletions released/packages/coq-mtac2/coq-mtac2.1.4+8.19/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ authors: [
]
license: "MIT"
synopsis: "Typed tactic language for Coq"
patches: ["declare-module.patch"]
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
Expand Down
Loading