Skip to content

Commit

Permalink
Support Coq 8.19
Browse files Browse the repository at this point in the history
  • Loading branch information
4ever2 committed Jan 16, 2025
1 parent afc60dd commit b015a0a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
18 changes: 9 additions & 9 deletions .github/coq-concert.opam.locked
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ homepage: "https://github.com/AU-COBRA/ConCert"
doc: "https://au-cobra.github.io/ConCert/toc.html"
bug-reports: "https://github.com/AU-COBRA/ConCert/issues"
depends: [
"coq" {= "8.18.0"}
"coq-bignums" {= "9.0.0+coq8.18"}
"coq-metacoq-common" {= "1.3.1+8.18"}
"coq-metacoq-erasure" {= "1.3.1+8.18"}
"coq-metacoq-pcuic" {= "1.3.1+8.18"}
"coq-metacoq-safechecker" {= "1.3.1+8.18"}
"coq-metacoq-template" {= "1.3.1+8.18"}
"coq-metacoq-template-pcuic" {= "1.3.1+8.18"}
"coq-metacoq-utils" {= "1.3.1+8.18"}
"coq" {= "8.19.0"}
"coq-bignums" {= "9.0.0+coq8.19"}
"coq-metacoq-common" {= "1.3.1+8.19"}
"coq-metacoq-erasure" {= "1.3.1+8.19"}
"coq-metacoq-pcuic" {= "1.3.1+8.19"}
"coq-metacoq-safechecker" {= "1.3.1+8.19"}
"coq-metacoq-template" {= "1.3.1+8.19"}
"coq-metacoq-template-pcuic" {= "1.3.1+8.19"}
"coq-metacoq-utils" {= "1.3.1+8.19"}
"coq-rust-extraction" {= "dev"}
"coq-elm-extraction" {= "dev"}
"coq-quickchick" {= "2.0.4"}
Expand Down
2 changes: 1 addition & 1 deletion coq-concert.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bug-reports: "https://github.com/AU-COBRA/ConCert/issues"
doc: "https://au-cobra.github.io/ConCert/toc.html"

depends: [
"coq" {>= "8.17" & < "8.19~"}
"coq" {>= "8.17" & < "8.20~"}
"coq-bignums" {>= "8"}
"coq-quickchick" {>= "2.0.4"}
"coq-metacoq-utils" {>= "1.3.1" & < "1.4~"}
Expand Down
3 changes: 2 additions & 1 deletion examples/boardroomVoting/BoardroomVotingTest.v
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
From Coq Require Import Cyclic31.
(* From Coq Require Import Cyclic31. *)
From Coq.Numbers.Cyclic.Int63 Require Import Cyclic63.
From Coq Require Import List.
From Coq Require Import Znumtheory.
From ConCert.Utils Require Import Extras.
Expand Down

0 comments on commit b015a0a

Please sign in to comment.