Skip to content

Commit

Permalink
pocklington compiles with Coq 8.17 and 8.18
Browse files Browse the repository at this point in the history
according to coq-nix-toolbox
  • Loading branch information
proux01 committed Dec 20, 2023
1 parent 71a0ca6 commit f92f561
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ large natural numbers. Includes a formal proof of Fermat's little theorem."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {>= "8.7" & < "8.17~"}
"coq" {>= "8.7" & < "8.19~"}
]

tags: [
Expand Down

0 comments on commit f92f561

Please sign in to comment.