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

[build] Fix use of plugin aliases in findlib loading. #58

Merged
merged 1 commit into from
May 5, 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
4 changes: 2 additions & 2 deletions src/databases.mlg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
(* *)
(******************************************************************************)

DECLARE PLUGIN "coq-waterproof.databases"
DECLARE PLUGIN "coq-waterproof.plugin"

{

Expand Down Expand Up @@ -73,4 +73,4 @@ VERNAC COMMAND EXTEND DatabaseQuery CLASSIFIED AS QUERY
Feedback.msg_notice ((str "Decidability databases :") ++ List.fold_left (fun acc database_name -> acc ++ str " " ++ str database_name) (str "") (get_current_databases Decidability));
Feedback.msg_notice ((str "Shorten databases :") ++ List.fold_left (fun acc database_name -> acc ++ str " " ++ str database_name) (str "") (get_current_databases Shorten))
}
END
END
2 changes: 1 addition & 1 deletion theories/Automation/Framework.v
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
(******************************************************************************)

From Ltac2 Require Import Init.
Declare ML Module "waterproof:coq-waterproof.databases".
Declare ML Module "coq-waterproof.plugin".
2 changes: 1 addition & 1 deletion theories/Waterproof.v
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
(******************************************************************************)

From Ltac2 Require Import Init.
Declare ML Module "waterproof:coq-waterproof.plugin".
Declare ML Module "coq-waterproof.plugin".