Skip to content

Commit

Permalink
Drop support for 8.18 (#1316)
Browse files Browse the repository at this point in the history
Drop support for Coq 8.18
  • Loading branch information
zstone1 authored Sep 13, 2024
1 parent f718317 commit 75ce5eb
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 368 deletions.
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

0 comments on commit 75ce5eb

Please sign in to comment.