Skip to content

Commit

Permalink
Allow Coq 8.18 for coq-deriving and coq-extructures
Browse files Browse the repository at this point in the history
  • Loading branch information
MSoegtropIMC committed Nov 15, 2023
1 parent 0a2af23 commit f5c1aff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion released/packages/coq-deriving/coq-deriving.0.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license: "MIT"
build: [ make "-j" "%{jobs}%" "test" {with-test} ]
install: [ make "install" ]
depends: [
"coq" { (>= "8.11" & < "8.18~") | (= "dev") }
"coq" { (>= "8.11" & < "8.19~") | (= "dev") }
"coq-mathcomp-ssreflect" {>= "1.11"}
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install: [
]
depends: [
"ocaml"
"coq" {(>= "8.11" & < "8.18~")}
"coq" {(>= "8.11" & < "8.19~")}
"coq-mathcomp-ssreflect" {(>= "1.12" & < "1.19~")}
"coq-deriving" {(>= "0.1" & < "0.2~")}
]
Expand Down

0 comments on commit f5c1aff

Please sign in to comment.