Skip to content

Commit 02b690e

Browse files
Backported release 1.0 for Coq 8.17
1 parent 915a0cd commit 02b690e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
env:
66
OCAML_VERSION: 4.11.0
7-
CACHE_KEY: opam-8.18-${{github.base_ref}}-${{github.ref}}
7+
CACHE_KEY: opam-8.17-${{github.base_ref}}-${{github.ref}}
88
jobs:
99
build-deps:
1010
runs-on: ubuntu-latest
@@ -16,7 +16,7 @@ jobs:
1616
path: "~/.opam"
1717
key: ${{env.CACHE_KEY}}
1818
restore-keys: |
19-
opam-8.18--refs/heads/${{github.base_ref}}
19+
opam-8.17--refs/heads/${{github.base_ref}}
2020
2121
- name: Install OCaml
2222
uses: avsm/setup-ocaml@v1

opam

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "dev+8.18"
2+
version: "1.0+8.17"
33
maintainer: "[email protected]"
44
homepage: "https://github.com/uds-psl/coq-library-fol/"
55
dev-repo: "git+https://github.com/uds-psl/coq-library-fol/"
@@ -25,11 +25,11 @@ install: [
2525
[make "install"]
2626
]
2727
depends: [
28-
"coq" {>= "8.18" & < "8.19~"}
29-
"coq-library-undecidability" {= "1.1.1+8.18"}
28+
"coq" {>= "8.17" & < "8.18~"}
29+
"coq-library-undecidability" {= "1.1+8.17"}
3030
]
3131
synopsis: "A Coq Library for First-Order Logic"
3232
url {
33-
git: "https://github.com/uds-psl/coq-library-fol.git#coq-8.18"
33+
git: "https://github.com/uds-psl/coq-library-fol.git#v1.0+8.17"
3434
}
3535

0 commit comments

Comments
 (0)