Skip to content

Commit

Permalink
Merge pull request #3155 from palmskog/mtac2-8.19-win-patch
Browse files Browse the repository at this point in the history
fix coqdep issue in Windows for coq-mtac2.1.4+8.19
  • Loading branch information
palmskog committed Sep 13, 2024
2 parents 8858214 + be6c507 commit b26ff98
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
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

0 comments on commit b26ff98

Please sign in to comment.