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

Drop support for 8.18 #1316

Merged
merged 2 commits 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
356 changes: 0 additions & 356 deletions .github/workflows/nix-action-8.18.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .nix/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@
## alternative configuration
## When generating GitHub Action CI, one workflow file
## will be created per bundle
bundles."8.18".coqPackages = {
coq.override.version = "8.18";
mathcomp.override.version = "2.1.0";
};

bundles."8.19".coqPackages = {
coq.override.version = "8.19";
mathcomp.override.version = "2.2.0";
Expand Down
8 changes: 4 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Requirements

- [The Coq Proof Assistant version ≥ 8.18](https://coq.inria.fr)
- [The Coq Proof Assistant version ≥ 8.19](https://coq.inria.fr)
- [Mathematical Components version ≥ 2.1.0](https://github.com/math-comp/math-comp)
- [Finmap library version ≥ 2.0.0](https://github.com/math-comp/finmap)
- [Hierarchy builder version >= 1.4.0](https://github.com/math-comp/hierarchy-builder)
Expand Down Expand Up @@ -71,12 +71,12 @@ using [proof general for emacs](https://github.com/ProofGeneral/PG)

## Break-down of phase 3 of the installation procedure step by step

With the example of Coq 8.18.0 and MathComp 2.1.0. For other versions, update the
With the example of Coq 8.19.0 and MathComp 2.1.0. For other versions, update the
version numbers accordingly.

1. Install Coq 8.18.0
1. Install Coq 8.19.0
```
$ opam install coq.8.18.0
$ opam install coq.8.19.0
```
2. Install the Mathematical Components
```
Expand Down
Loading
Loading